Files
dsk-iac/01-old/packer/ansible/roles/kubernetes_install/templates/hosts.j2
dsk-minchulahn 0273450ff6 Clean Code
2023-12-19 13:03:29 +09:00

7 lines
200 B
Django/Jinja

127.0.0.1 localhost
:: 1 localhost
{% for host in groups.all %}
{{ hostvars[host].ansible_default_ipv4.address }} {{ hostvars[host].ansible_fqdn }} {{ hostvars[host].ansible_hostname }}
{%endfor%}