summaryrefslogtreecommitdiff
path: root/dan/emc-xx.yml
blob: 4519a7dcaf4fea4a63a5a9c7454a243232fa61ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
- 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: acmetool/base
  - role: acmetool/cert
    acmetool_cert_name: "{{ host_name }}.{{ host_domain }}"