17 lines
196 B
YAML
17 lines
196 B
YAML
---
|
|
|
|
- hosts: web
|
|
become: true
|
|
|
|
pre_tasks:
|
|
- name: install commons
|
|
apt:
|
|
name:
|
|
- python3-dev
|
|
update_cache: yes
|
|
|
|
roles:
|
|
- mariadb
|
|
- nginx
|
|
- php
|