aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/all-hosts-basic.yml
blob: 491727414142bc4751635473f93288c013fd4752 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

# all hosts basic ~~ playbooks/all-hosts-basic.yml
# Deploy configuration to all servers.

---

- hosts: servers

  roles:
    - { role : common }
    - { role : tools }
    - { role : sshd }
    - { role : users }
    - { role : git }
remember that computers suck.