xoxys.certbot/vars/main.yml

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"