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