♻️: move playbooks from root
This commit is contained in:
14
playbooks/firewall.yml
Normal file
14
playbooks/firewall.yml
Normal 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
|
Reference in New Issue
Block a user