summaryrefslogtreecommitdiff
path: root/dan/emc-xx.yml
blob: fd418ad9dca25ebd34c154db16c965f427cca3be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
- name: Basic Setup
  hosts: "{{ install_hostname }}"
  roles:
  - role: apt-repo/base
  - role: core/base
  - role: core/sshd/base
  - role: core/zsh
  - role: core/ntp
  - role: apt-repo/spreadspace
  - role: nginx/base
  - role: monitoring/prometheus/exporter
  - role: acmetool/base
  - role: acmetool/cert
    acmetool_cert_name: "{{ host_name }}.{{ host_domain }}"