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