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