11 lines
167 B
YAML
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
|