16 lines
417 B
YAML
16 lines
417 B
YAML
---
|
|
- import_tasks: packages.yml
|
|
- import_tasks: mysql-conf.yml
|
|
when: mysql_enabled | bool
|
|
- import_tasks: manage-mysql-service.yml
|
|
- import_tasks: configure_root_access.yml
|
|
when: mysql_enabled | bool
|
|
- import_tasks: manage_my_db.yml
|
|
when: mysql_enabled | bool
|
|
- import_tasks: mysql-backup.yml
|
|
when: mysql_enabled | bool
|
|
- import_tasks: mysql-letsencrypt.yml
|
|
when: mysql_letsencrypt_certificates | bool
|
|
|
|
|