feat: remove garage2, garage3 and garagegw1 nodes

This commit is contained in:
VC
2024-07-05 11:53:40 +02:00
parent 2c15093653
commit 228f334d6b
2 changed files with 3 additions and 4 deletions

View File

@@ -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

View File

@@ -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"