Umbenennung wwwusers-ng --> wwwusers

This commit is contained in:
phil 2022-06-08 00:47:11 +02:00
parent 1d66ef3f1e
commit 18e4930e4e

View file

@ -2,7 +2,7 @@ check process mysqld with pidfile /var/run/mysqld/mysqld.pid
group database
start program = "/usr/sbin/service mysql start"
stop program = "/usr/sbin/service mysql stop"
{% if inventory_hostname == "orwell" or inventory_hostname == "wwwusers-ng.sao" %}
{% if inventory_hostname == "orwell" or inventory_hostname == "wwwusers.sao" %}
if failed host 127.0.0.1
{% else %}
if failed host {{ ansible_default_ipv4.address }}