main.yml 257 B

1234567
  1. ---
  2. # tasks file for shokunin.ansible-cloud-consul
  3. - include: binary_install.yml
  4. - include: template_install.yml
  5. - include: cloud_configure.yml
  6. - { include: bind_setup.yml, when: consul_server_bind }
  7. - { include: force_start.yml, when: consul_force_start }