- Consul
- Must be installed/configured on the target hosts/inventory.
- (see
example_environment.yml
).- The generated master token can be used in a pinch, and can be
acquierd directly from a consul server host, by running:
cat /var/lib/consul/config.json | grep master
- The generated master token can be used in a pinch, and can be
acquierd directly from a consul server host, by running:
- Consul DNS: must be configured and working properly
consul_acl_key
: Consul ACL token for usage by Vault storage.
This playbook expects a datacenter
variable to be set on all hosts targeted,
such that Vault is aware of the topology.