update..
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user