summaryrefslogtreecommitdiff
path: root/dan/emc-02.yml
blob: 78b4737a1a41c8f9b1a65ac190fff74b6119fa0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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 }}"