diff options
Diffstat (limited to 'dan/emc-03.yml')
-rw-r--r-- | dan/emc-03.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dan/emc-03.yml b/dan/emc-03.yml new file mode 100644 index 00000000..87814119 --- /dev/null +++ b/dan/emc-03.yml @@ -0,0 +1,11 @@ +--- +- name: Basic Setup + hosts: emc-03 + roles: + - role: base + - role: sshd + - role: zsh + - role: apt-repo/spreadspace + - role: acmetool/base + - role: acmetool/cert + acmetool_cert_name: "{{ host_name }}.{{ host_domain }}" |