network/salt/lxc-containers-1/hosts

11 lines
277 B
Plaintext
Raw Normal View History

2016-11-06 02:49:56 +01:00
127.0.0.1 localhost
::1 localhost ip6-localhost ip6-loopback
{% for net, hosts in pillar['hosts-inet'].items() %}
{% if hosts.get(id) %}
{{ hosts[id] }} {{ id }}
{% endif %}
{% endfor %}
{{ pillar['hosts-inet']['core']['server1'] }} salt