Robert Kaussow
d4e0a92b9d
All checks were successful
continuous-integration/drone/push Build is passing
17 lines
359 B
YAML
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"
|