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