Icingaweb2/ANSIBLE/roundcube.yml
2025-07-07 15:15:30 +01:00

11 lines
167 B
YAML

---
- name: Install http php and mariadb
hosts: dev_roundcube
become: true
gather_facts: true
roles:
- httpd
- roundcube
- mariadb
# - svc_acct