hashistack/playbooks/tasks/vault/vault_deploy.yml
Bertrand Lanson 7f8d8654a4
All checks were successful
development / Check commit compliance (push) Successful in 6s
feat(deployment): Implement new structure for deploying components
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
2024-07-14 16:15:21 +02:00

11 lines
235 B
YAML

---
- name: "Vault"
block:
- name: "Deploy Vault Control Plane"
ansible.builtin.import_tasks:
file: vault_control_plane.yml
when:
- "'vault_servers' in group_names"
tags:
- vault_servers