Guest User

Untitled

a guest
Jun 19th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. `- hosts: tag_consulid_agent
  2. become: yes
  3. gather_facts: yes
  4. .
  5. .
  6. .
  7. - name: put consul configuration in agent_mode
  8. template:
  9. src: "agent_mode.json"
  10. dest: "{{ consul_conf_dir }}/agent_mode.json"
  11. when: consul_agent`
  12.  
  13. "start_join": [{% for host in groups['consul_server'] -%}
  14. "{{ hostvars[host].inventory_hostname }}"{% if not loop.last %},{%
  15. endif %}{%- endfor %}]
Add Comment
Please, Sign In to add comment