๐Ÿ“— Ansible playbooks and roles for building an idempotent, interconnected and scalable infrastructure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
ansible-playbooks/roles/lego/defaults/main.yml

3 lines
118 B

lego_dir: /opt/lego
lego_cert_dir: /etc/lego
lego_accounts_file: "{{ (lego_cert_dir, 'accounts.conf') | path_join }}"