First commit for Spacewalk Ansible roles

This commit is contained in:
Fayaaz Ahmed
2016-04-15 15:25:47 +01:00
commit bef92a6564
32 changed files with 2021 additions and 0 deletions

1
roles/iptables/tests/inventory Executable file
View File

@ -0,0 +1 @@
localhost

8
roles/iptables/tests/test.yml Executable file
View File

@ -0,0 +1,8 @@
---
- hosts: localhost
remote_user: root
vars:
- firewall_allowed_tcp_ports:
- "9123"
roles:
- ansible-role-firewall