hashistack/playbooks
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
..
group_vars/all fix: consul_primary_datacenter defaults to consul_datacenter for ease of configuration in single cluster mode, remove some useless comments 2024-07-11 23:31:03 +02:00
inventory feat: add nomad deployment options, variables, and playbooks 2024-06-25 15:16:42 +02:00
tasks feat(deployment): Implement new structure for deploying components 2024-07-14 16:15:21 +02:00
templates fix: typo in credentials template preventing from generating the initial credential file 2024-07-10 22:01:44 +02:00
bootstrap.yml fix: exclude deployment host from all playbooks where it does not need to be included (and can cause issues) 2024-07-11 23:28:44 +02:00
deploy.yml feat(deployment): Implement new structure for deploying components 2024-07-14 16:15:21 +02:00
generate_certs.yml fix: exclude deployment host from all playbooks where it does not need to be included (and can cause issues) 2024-07-11 23:28:44 +02:00
generate_credentials.yml fix: generate proper 32 bytes base 64 random strings for gossip encryption for both nomad and consul 2024-07-11 23:30:05 +02:00
preflight.yml fix: more deployment host exclusion 2024-07-11 23:29:17 +02:00