First commit for Spacewalk Ansible roles
This commit is contained in:
1
roles/iptables/tests/inventory
Executable file
1
roles/iptables/tests/inventory
Executable file
@ -0,0 +1 @@
|
||||
localhost
|
8
roles/iptables/tests/test.yml
Executable file
8
roles/iptables/tests/test.yml
Executable file
@ -0,0 +1,8 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
remote_user: root
|
||||
vars:
|
||||
- firewall_allowed_tcp_ports:
|
||||
- "9123"
|
||||
roles:
|
||||
- ansible-role-firewall
|
Reference in New Issue
Block a user