Maria cluster

This commit is contained in:
2021-12-06 20:33:53 +00:00
parent 8b1ac8796f
commit cbccbfd3e8
10 changed files with 152 additions and 10 deletions

View File

View File

@@ -0,0 +1,5 @@
---
- name: Install nginx light
apt:
name: 'nginx-light'
state: present

View File

@@ -0,0 +1,7 @@
---
- name: Install php-fpm and deps
apt:
name: ['php-fpm', 'php-mysql']
state: present
update_cache: yes