- 21, Oct 2024
- #1
У меня есть
{% for host in some_sort_of_ansible_magic_to_get_me_that_list_i_need %}
"{{ host }}"{% if not loop.last %},{% endif %}
{% endfor %}
file including the following contents
{{ some_ansible_magic_here }}
# should output "host1","host2","host3"
В
[elasticsearch_nodes]
template I want to get the the list of .j2
[elasticsearch_nodes]
host1 os=linux
host2 os=linux
host3 os=linux
Как мне это сделать?
У меня тоже есть это, чтобы помочь с кавычками и запятыми, когда у меня есть список.
hosts
#ансибль #джинджа