ansible-infra/roles/nginx/defaults/main.yaml
c6ristian b0660deb71
Some checks failed
/ Ansible Lint (push) Failing after 1m53s
fix: nginx role
add defaults for nginx__deploy_htpasswds and nginx__htpasswds
2025-04-28 22:23:11 +02:00

8 lines
241 B
YAML

nginx__deploy_redirect_conf: true
nginx__deploy_tls_conf: true
nginx__deploy_logging_conf: true
nginx__configurations: [ ]
nginx__use_custom_nginx_conf: false
nginx__custom_nginx_conf: ""
nginx__deploy_htpasswds: false
nginx__htpasswds: [ ]