bsdnix/deploy.yaml
2024-12-10 12:38:49 +01:00

16 lines
263 B
YAML

---
- name: Configure BSDNIX Servers
tags: active
hosts: running
gather_facts: true
user: root
roles:
- role: reachable
- role: network
- role: server
- role: firewall
- role: ssh
- role: jails
- role: pubnix
- role: dns