: introduce webapps playbook to handle web php applications

This commit is contained in:
VC
2025-02-13 17:52:49 +01:00
parent 978319d09d
commit 6f87eb99c6
10 changed files with 178 additions and 0 deletions

View File

@@ -52,3 +52,5 @@
import_playbook: gitea.yml
- name: Run vaultwarden playbook
import_playbook: vaultwarden.yml
- name: Run webapps playbook
import_playbook: webapps.yml

7
playbooks/webapps.yml Normal file
View File

@@ -0,0 +1,7 @@
---
- name: Install roundcube for libertus
hosts: web1.dmz.mateu.be
diff: true
roles:
- roundcube