aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/site.yml
blob: a191eb6f317c4a69d15511bf18fde52617644396 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
- hosts: servers
  roles:
    - role: sshd
      tags: role_sshd

- hosts: stack0
  roles:
    - role: nfsd
      tags: role_nfsd
    - role: vmm
      tags: role_vmm
    - role: httpd
      tags: role_httpd
remember that computers suck.