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