diff --git a/production.yml b/production.yml index f3150a6..342a836 100644 --- a/production.yml +++ b/production.yml @@ -86,8 +86,7 @@ garageservers: children: garage_prd_cluster: hosts: - garage[1:3].dmz.mateu.be: - garagegw1.dmz.mateu.be: + garage1.dmz.mateu.be: elasticsearchservers: hosts: @@ -114,7 +113,7 @@ webservers: - sonarr.mateu.be - bt.mateu.be - btf.mateu.be - garagegw1.dmz.mateu.be: + garage1.dmz.mateu.be: web_hostname: - garage.mateu.be - mastodon-ndfr.garage.mateu.be diff --git a/roles/munin_client/tasks/main.yml b/roles/munin_client/tasks/main.yml index a4eee8b..eee8fb6 100644 --- a/roles/munin_client/tasks/main.yml +++ b/roles/munin_client/tasks/main.yml @@ -117,4 +117,4 @@ # Specific garage commands - name: Execute specific garage commands ansible.builtin.include_tasks: garage.yml - when: "'garagegw' in inventory_hostname" + when: "'garage1' in inventory_hostname"