Skip to content

Commit

Permalink
remove references to grid v2
Browse files Browse the repository at this point in the history
  • Loading branch information
VilleS1 committed Jan 4, 2022
1 parent b425e53 commit eb3f6c8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions templates/hosts.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit eb3f6c8

Please sign in to comment.