xoxys.certbot/vars/main.yml

17 lines
359 B
YAML
Raw Normal View History

2019-09-18 16:37:54 +02:00
---
__certbot_packages:
2021-04-17 12:20:07 +02:00
- "certbot{{ '==' + certbot_version if certbot_version is defined else '' }}"
2020-04-19 23:27:41 +02:00
__certbot_environment:
2021-04-17 12:20:07 +02:00
- name: "{{ certbot_work_dir }}"
mode: "0755"
- name: "{{ certbot_config_dir }}"
mode: "0755"
- name: "{{ certbot_log_dir }}"
mode: "0700"
__certbot_binaries:
- certbot
2020-04-21 00:10:25 +02:00
2021-04-17 12:20:07 +02:00
__certbot_bin: "/usr/local/bin/certbot"