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