add firewall
This commit is contained in:
parent
069089ee2f
commit
c438daeb3d
2 changed files with 25 additions and 0 deletions
4
playbooks/firewall.yml
Normal file
4
playbooks/firewall.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- name: Configure firewall
|
||||
hosts: nucs
|
||||
roles:
|
||||
- firewall
|
Reference in a new issue