Advertisement
Guest User

Untitled

a guest
Apr 7th, 2015
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. {% from "firewalld/map.jinja" import firewalld with context %}
  2.  
  3. include:
  4. - firewalld
  5.  
  6. service:
  7. - running
  8. - name: {{ firewalld.service }}
  9. - enable: True
  10. - watch:
  11. #File glob used to watch for any changes in the firewalld directory.
  12. - file: /etc/firewalld/*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement