import du dossier ansible

This commit is contained in:
2020-04-19 03:28:50 +02:00
parent 8cce13d9e4
commit 534737fd56
21 changed files with 974 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
---
- name: Define MariaDB root password
shell: "{{ item }}"
with_items:
- "echo mysql-server mysql-server/root_password password {{ mysqlRootPassword }} | debconf-set-selections"
- "echo mysql-server mysql-server/root_password_again password {{ mysqlRootPassword }} | debconf-set-selections"
- name: Install MariaDB Server
apt:
name: mariadb-server