xoxys.certbot/vars/main.yml

11 lines
350 B
YAML
Raw Normal View History

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