10 lines
162 B
YAML
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
|