New version of salt-formula from Saltstack
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

9 lines
283B

  1. {%- from "salt/map.jinja" import control with context %}
  2. {%- set cluster = salt['pillar.get']('salt:control:cluster:'+cluster_name) %}
  3. {%- for node_name, node in cluster.node.iteritems() %}
  4. {{ node_name }}.{{ cluster.domain }}:
  5. - {{ node_name }}.{{ cluster.domain }}
  6. {%- endfor %}