Bertrand Lanson
7f8d8654a4
All checks were successful
development / Check commit compliance (push) Successful in 6s
This allows operators to target specific groups when deploying using the --tags flag of ansible. You can, for now, target consul, consul_servers, consul_agents, nomad, nomad_servers, nomad_clients, vault and haproxy
12 lines
301 B
YAML
12 lines
301 B
YAML
---
|
|
- name: "Nomad clients"
|
|
block:
|
|
- name: "Install docker driver"
|
|
ansible.builtin.include_role:
|
|
name: ednz_cloud.install_docker
|
|
when: nomad_driver_enable_docker
|
|
|
|
- name: "Deploy Nomad Clients"
|
|
ansible.builtin.include_role:
|
|
name: ednz_cloud.hashicorp_nomad
|