From eb3f6c872da44f1ecae089017c43cc542fc27bae Mon Sep 17 00:00:00 2001 From: VilleS1 Date: Tue, 4 Jan 2022 20:17:04 +0200 Subject: [PATCH] remove references to grid v2 --- templates/hosts.j2 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templates/hosts.j2 b/templates/hosts.j2 index 0102f7f..a348cf5 100644 --- a/templates/hosts.j2 +++ b/templates/hosts.j2 @@ -12,10 +12,6 @@ {{ hostvars[item].int_ip_addr }} {{ siteName }}-admin {{item}} {{ siteName }}-admin.{{ intDomain }}.{{ siteDomain }} {{ item }}.{{ intDomain }}.{{ siteDomain }} {% endfor %} -{% for item in hosts_file_grid_group_to_populate %} -{{ hostvars[item].int_ip_addr }} {{ siteName }}-grid {{item}} {{ siteName }}-grid.{{ intDomain }}.{{ siteDomain }} {{ item }}.{{ intDomain }}.{{ siteDomain }} -{% endfor %} - {% for item in hosts_file_install_group_to_populate %} {{ hostvars[item].int_ip_addr }} {{ siteName }}-install {{item}} {{ siteName }}-install.{{ intDomain }}.{{ siteDomain }} {{ item }}.{{ intDomain }}.{{ siteDomain }} {% endfor %}