aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/network.yml
blob: 66334806b422b408ff6a9ba6584397a432977edd (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
25
26

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

---

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

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

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

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