Added all

This commit is contained in:
2026-05-27 12:16:57 +02:00
parent 3fe81f42a2
commit 91acf65a52
2 changed files with 13 additions and 2 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