{% if ansible_controlled is defined and ansible_controlled != "" %} # # {{ ansible_controlled }} # {% endif %} location /.well-known/acme-challenge/ { auth_basic off; default_type text/plain; alias /var/lib/dehydrated/acme-challenges/; try_files $uri =404; }