bsdnix/deploy.yaml

17 lines
277 B
YAML
Raw Normal View History

---
- name: Configure BSDNIX Servers
tags: active
hosts: running
gather_facts: true
user: root
roles:
- role: reachable
- role: dns
- role: network
- role: server
- role: firewall
- role: ssh
2024-11-19 18:38:45 +01:00
- role: jails
2024-12-12 18:47:43 +01:00
- role: chat
- role: pub