xoxys.certbot/vars/main.yml

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