xoxys.certbot/vars/main.yml

11 lines
350 B
YAML
Raw Normal View History

2019-09-18 14:37:54 +00:00
---
__certbot_packages:
- certbot
2020-04-19 21:27:41 +00:00
__certbot_environment:
- { name: "{{ certbot_work_dir }}", mode: "0755" }
- { name: "{{ certbot_config_dir }}", mode: "0755" }
- { name: "{{ certbot_log_dir }}", mode: "0700" }
2020-04-20 22:10:25 +00:00
__certbot_bin: "{{ '/root/.local/bin/certbot' if certbot_user == 'root' else '/home/' + certbot_user + '/.local/bin/certbot' }}"