Added all

This commit is contained in:
2026-05-27 12:11:32 +02:00
parent aaae16f141
commit 3fe81f42a2
11 changed files with 12 additions and 65 deletions

View File

@@ -2,8 +2,8 @@
- hosts: database
become: true
tasks:
- name: install mysql-server
apt: name=mysql-server state=present update_cache=yes
- name: install default-mysql-server
apt: name=default-mysql-server state=present update_cache=yes
- name: ensure mysql started
service: name=mysql state=started enabled=yes