aboutsummaryrefslogtreecommitdiffstats
path: root/site.system.yml
blob: 721d244525e528922d1dbe24df80e72ce374f0ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---

- hosts: servers
  gather_facts: false
  roles:
    - role: prerequisites

- hosts: servers
  roles:
    - role: hostname
    - role: unix_users
    - role: toolbox
    - role: update
    - role: sshd_keys
remember that computers suck.