Icingaweb2/ANSIBLE/roundcube.yml
hbaxter 0a988361b0 Role: Roundcube
Download & inital config file template
2025-07-04 12:48:53 +01:00

10 lines
162 B
YAML

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