ansible/examples/base.yml
2012-03-05 22:00:22 -05:00

8 lines
232 B
YAML

---
- name: no selinux
action: command /usr/sbin/setenforce 0
- name: no iptables
action: service name=iptables state=stopped
- name: this is just to show variables work here, favcolor={{ favcolor }}
action: command /bin/true