xoxys.certbot/vars/main.yml
Robert Kaussow c3d1ce24d7
All checks were successful
continuous-integration/drone/pr Build is passing
refator role
2020-04-19 23:27:41 +02:00

9 lines
220 B
YAML

---
__certbot_packages:
- certbot
__certbot_environment:
- { name: "{{ certbot_work_dir }}", mode: "0755" }
- { name: "{{ certbot_config_dir }}", mode: "0755" }
- { name: "{{ certbot_log_dir }}", mode: "0700" }