blob: 1375938481355eb8d1991a959250620ef18b266e (
plain) (
tree)
|
|
# 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 }
- hosts: dc0
roles:
- { role: pf }
|