15 lines
269 B
YAML
15 lines
269 B
YAML
---
|
|
|
|
- name: Retrieve network info
|
|
hosts: all:!baybay-ponay.mateu.be:!machinbox.mateu.be:!muse-HP-EliteBook-820-G2.home.arpa
|
|
gather_facts: true
|
|
gather_subset:
|
|
- network
|
|
tasks: []
|
|
|
|
- name: Deploy firewall
|
|
hosts: router
|
|
diff: true
|
|
roles:
|
|
- firewall
|