aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/network.yml
blob: 1e8206be6dbf2c4f4781d0788001943504a28d09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

# network ~~ playbooks/network.yml
# common network configuration

---

- hosts: localhost
  gather_facts: no
  roles:
    - { role: ssh_dns }

- hosts: all
  gather_facts: no
  roles:
    - { role: wireguard }

- hosts: servers
  roles:
    - { role: dns }
    - { role: sshd }

- hosts: dcontroller
  roles:
    - { role: pf }
remember that computers suck.