commit a844d4c578f77c71106a391809390b0d05ade838
parent 3a875176cd2a001b9e109b0ad6080ef9bdedf069
Author: Leah (ctucx) <leah@ctu.cx>
Date: Tue, 23 Feb 2021 18:47:40 +0100
parent 3a875176cd2a001b9e109b0ad6080ef9bdedf069
Author: Leah (ctucx) <leah@ctu.cx>
Date: Tue, 23 Feb 2021 18:47:40 +0100
update playbook
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/playbook.yml b/playbook.yml @@ -4,8 +4,10 @@ gather_facts: false tasks: - name: "[Alpine] Install Python" + changed_when: false raw: test -e /usr/bin/python || (test -e /sbin/apk && apk update && apk add python3; true) - name: "[Archlinux] Install Python" + changed_when: false raw: test -e /usr/bin/python || (test -e /usr/bin/pacman && pacman -Sy --noconfirm python; true) - hosts: wanderduene @@ -20,8 +22,6 @@ tags: files - role: bind # supports: alpine, arch(untested) tags: bind - - role: acme-redirect # supports: alpine, arch - tags: acme-redirect - role: nginx # supports: alpine, arch tags: nginx - role: gitolite # supports: alpine, arch(untested) @@ -66,8 +66,6 @@ tags: bind - role: nfsserver # supports: alpine tags: nfs - - role: acme-redirect # supports: alpine, arch - tags: acme-redirect - role: nginx # supports: alpine, arch tags: nginx - role: syncthing # supports: alpine, arch @@ -93,8 +91,6 @@ tags: files - role: mariadb tags: mariadb - - role: acme-redirect - tags: acme-redirect - role: nginx # supports: alpine, arch tags: nginx - role: syncthing # supports: alpine, arch @@ -114,8 +110,6 @@ tags: timers - role: systemd-networkd tags: systemd-networkd - - role: acme-redirect - tags: acme-redirect - role: php-fpm # supports: alpine, arch tags: php-fpm - role: nginx