blob: e96fe807230243e77a1ace4923d74938cabed0e9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
---
- name: Basic Setup
hosts: ch-atlas
roles:
- role: core/sshd/base
- role: core/zsh
- role: vm/host/base
- role: vm/host/network
## gpg on this host is too old to open the keyrings.
## to work around this problem the files have been manually converted
## applying the role would break this again!!
# - role: installer/debian/base
|