2012-03-03 10:53:15 -05:00
|
|
|
---
|
|
|
|
- name: no selinux
|
|
|
|
action: command /usr/sbin/setenforce 0
|
|
|
|
- name: no iptables
|
|
|
|
action: service name=iptables state=stopped
|
2012-03-05 22:00:22 -05:00
|
|
|
- name: this is just to show variables work here, favcolor={{ favcolor }}
|
|
|
|
action: command /bin/true
|