2023-09-01 15:42:19 -04:00
|
|
|
# SSH remote allowed hosts
|
|
|
|
# {{ ansible_managed }}
|
|
|
|
|
2023-09-01 15:42:24 -04:00
|
|
|
{% for host in groups[cluster_group] %}
|
|
|
|
{{ host }}
|
|
|
|
{{ host.split('.')[0] }}.{{ networks['cluster']['domain'] }}
|
|
|
|
{{ host.split('.')[0] }}
|
|
|
|
{% endfor %}
|