--- {{ rev_domain }}{% if rev_aliases %}{% for alias in rev_aliases %} {{ alias }}{% endfor %}{% endif %}: - path: /etc/nginx/ssl/{{ rev_domain }}.crt user: root group: root perm: '400' format: crt,ca action: '/usr/sbin/service nginx restart' - path: /etc/nginx/ssl/{{ rev_domain }}.key user: root group: root perm: '400' format: key action: '/usr/sbin/service nginx restart'