xoxys.certbot/vars/main.yml
Robert Kaussow d4e0a92b9d
All checks were successful
continuous-integration/drone/push Build is passing
use venv to install certbot
2021-04-17 12:20:07 +02:00

17 lines
359 B
YAML

---
__certbot_packages:
- "certbot{{ '==' + certbot_version if certbot_version is defined else '' }}"
__certbot_environment:
- name: "{{ certbot_work_dir }}"
mode: "0755"
- name: "{{ certbot_config_dir }}"
mode: "0755"
- name: "{{ certbot_log_dir }}"
mode: "0700"
__certbot_binaries:
- certbot
__certbot_bin: "/usr/local/bin/certbot"