Bertrand Lanson lanson
  • Joined on 2023-06-23
lanson pushed to fix/various at ansible-collections/hcp-ansible 2024-07-15 20:29:56 +00:00
b07cdea49c chore(deps): bump upstream role version constraints
lanson pushed to fix/various at ansible-collections/hcp-ansible 2024-07-14 14:20:40 +00:00
3fa7c7bc32 fix: add standalone consul_agents gorup, and add nomad_clients to the common group
lanson pushed to fix/various at ansible-collections/hcp-ansible 2024-07-14 14:19:47 +00:00
a574caac26 fix: force load all variables in group_vars uring the variable loading process to make them top priority over every role variables
lanson pushed to fix/various at ansible-collections/hcp-ansible 2024-07-14 14:18:50 +00:00
51605ab239 fix: update various variables and bring some of them back out of globals.yml
962af038cf fix: update preflight checks
a8faaeb21f fix: do not try to install docker during bootstrap, as it will depend on which hosts are docker-enabled
eeb4f6615c fix: add conventional tags to galaxy.yml file
Compare 4 commits »
lanson pushed to fix/various at ansible-collections/hcp-ansible 2024-07-14 14:15:33 +00:00
7f8d8654a4 feat(deployment): Implement new structure for deploying components
lanson pushed to fix/various at ansible-collections/hcp-ansible 2024-07-11 21:31:08 +00:00
1448d10c93 fix: consul_primary_datacenter defaults to consul_datacenter for ease of configuration in single cluster mode, remove some useless comments
lanson pushed to fix/various at ansible-collections/hcp-ansible 2024-07-11 21:30:08 +00:00
594188b28f fix: generate proper 32 bytes base 64 random strings for gossip encryption for both nomad and consul
lanson pushed to fix/various at ansible-collections/hcp-ansible 2024-07-11 21:29:21 +00:00
8bf82336f8 fix: more deployment host exclusion
01d91eae57 fix: exclude deployment host from all playbooks where it does not need to be included (and can cause issues)
Compare 2 commits »
lanson pushed to fix/various at ansible-collections/hcp-ansible 2024-07-11 21:27:48 +00:00
b7bd59d5fa fix: do not use run_once instructions as it is wildly unreliable
lanson created branch fix/various in ansible-collections/hcp-ansible 2024-07-10 20:01:51 +00:00
lanson pushed to fix/various at ansible-collections/hcp-ansible 2024-07-10 20:01:51 +00:00
c9241b9e92 fix: typo in credentials template preventing from generating the initial credential file
lanson deleted branch feat/nomad-deployment from ansible-collections/hcp-ansible 2024-07-10 17:36:42 +00:00
lanson pushed to main at ansible-collections/hcp-ansible 2024-07-10 17:36:42 +00:00
b1a0ccdf3e Merge pull request 'feat/nomad-deployment' (#10) from feat/nomad-deployment into main
ed27759dcd feat: add barebone driver options for nomad (not fully working)
48a7724759 docs: add documentation on running preflight and bootstrap playbooks
042e3593ca chore: markdown syntax to get appropriate style in docs
9417437715 feat: add docs on generating credentials
Compare 10 commits »
lanson merged pull request ansible-collections/hcp-ansible#10 2024-07-10 17:36:41 +00:00
feat/nomad-deployment
lanson commented on pull request ansible-collections/hcp-ansible#10 2024-07-10 17:36:24 +00:00
feat/nomad-deployment

This is going to be rush-merged into main because I need to start testing on a real cluster deployment.

lanson created pull request ansible-collections/hcp-ansible#10 2024-07-10 17:34:01 +00:00
feat/nomad-deployment
lanson pushed to feat/nomad-deployment at ansible-collections/hcp-ansible 2024-07-10 17:33:03 +00:00
ed27759dcd feat: add barebone driver options for nomad (not fully working)
lanson pushed to feat/nomad-deployment at ansible-collections/hcp-ansible 2024-07-03 20:37:04 +00:00
48a7724759 docs: add documentation on running preflight and bootstrap playbooks
lanson pushed to feat/nomad-deployment at ansible-collections/hcp-ansible 2024-07-03 20:21:35 +00:00
042e3593ca chore: markdown syntax to get appropriate style in docs
lanson pushed to feat/nomad-deployment at ansible-collections/hcp-ansible 2024-07-03 20:18:02 +00:00
9417437715 feat: add docs on generating credentials