xoxys.certbot/vars/main.yml

9 lines
220 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" }