This commit is contained in:
2025-02-14 11:36:24 +01:00
parent 6e60b3718e
commit 70c0c3bb7c
12 changed files with 542 additions and 1 deletions

View File

@ -280,6 +280,16 @@
when: groups['caching_nameserver']|string is search(inventory_hostname)
tags: caching-nameserver
- import_tasks: mysql.yml
when: groups['mysql_server']|string is search(inventory_hostname)
tags:
- mysql
- mariadb
- import_tasks: apache2.yml
when: groups['apache2_webserver']|string is search(inventory_hostname)
tags:
- apache2
- import_tasks: systemd-services_debian_based_OS.yml
when: