bsdnix/deploy.yaml

14 lines
225 B
YAML
Raw Normal View History

---
- name: Configure BSDNIX Servers
tags: active
hosts: running
gather_facts: true
user: root
roles:
- role: server
- role: network
- role: firewall
- role: ssh
2024-11-19 18:38:45 +01:00
- role: jails
- role: pubnix