Refactor setup_mysql into setup_controller

This commit is contained in:
Laurent Indermuehle 2023-01-04 17:29:06 +01:00
commit 7049a280cb
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
15 changed files with 16 additions and 56 deletions

View file

@ -0,0 +1,4 @@
---
home_dir: "{{ playbook_dir }}/root"
db_engine_version: mysql:8.0.22
python_packages: [pymysql == 0.9.3]