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

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

---

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

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

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