acme script read the domains from config file

This commit is contained in:
HgO
2020-12-25 18:41:34 +01:00
parent f18368fc6f
commit 646bfc463d
7 changed files with 426 additions and 303 deletions

View File

@@ -3,8 +3,13 @@
gather_facts: no
tasks:
- name: Update apt cache
- name: Update APT cache
raw: apt update
- name: Install python3 package
raw: apt install -y --no-install-recommends python3
- name: Install Python3 package
raw: apt install -y --no-install-recommends python3
- name: Install cron package
package:
name: cron
state: present