12345678910111213141516171819202122232425262728293031 |
- {% if ansible_prolog -%}
- {% from 'templates/ansible/prolog.j2' import prolog with context %}
- {{ prolog() }}
- {% endif -%}
- ALL: PARANOID
- {% if hosts_deny_nfs %}
- portmap: ALL
- lockd: ALL
- mountd: ALL
- rquotad: ALL
- statd: ALL
- {% endif %}
|