10 lines
79 B
YAML
10 lines
79 B
YAML
---
|
|
|
|
- hosts: web
|
|
become: true
|
|
|
|
roles:
|
|
- mariadb
|
|
- nginx
|
|
- php
|