♻️: move playbooks from root

This commit is contained in:
VC
2024-07-05 11:53:54 +02:00
parent 262aa7b112
commit c60460f7ea
26 changed files with 1 additions and 0 deletions

14
playbooks/firewall.yml Normal file
View File

@@ -0,0 +1,14 @@
---
- name: Retrieve network info
hosts: all:!disabled_server_conf:!machinbox.mateu.be
gather_facts: true
gather_subset:
- network
tasks: []
- name: Deploy firewall
hosts: router
diff: true
roles:
- firewall