ansible-role-nginx-lego/defaults/main.yml

14 lines
459 B
YAML
Raw Permalink Normal View History

2023-05-23 15:45:42 +00:00
---
acme_path: /var/acme
acme_system_user: acme
acme_system_group: acme
2023-08-11 19:24:10 +00:00
nginx_config_dhparam: /etc/ssl/dhparams.pem
2023-05-23 15:45:42 +00:00
nginx_user: nginx
lego_environment:
EXAMPLE_DNS_PROVIDER_USERNAME: "example"
# lego_path refers to the local ansible user's home directory, used in a task with delegate_to: localhost
2023-05-23 15:45:42 +00:00
lego_path: ~/.secrets/acme
# This might work if the playbook is executing as the local user:
#lego_path: "{{ ansible_env.HOME }}/.secrets/acme/certificates"