This commit is contained in:
Gabenov Stanislav
2026-02-09 20:26:15 +03:00
parent 0b058c35de
commit 4e5abeef56
31 changed files with 1009 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
- name: Install Certbot.
package:
name: "{{ certbot_package }}"
state: present
- name: Set Certbot script variable.
set_fact:
certbot_script: "{{ certbot_package }}"