We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f024b commit 60432f6Copy full SHA for 60432f6
etc/kayobe/ansible/vault-generate-backend-tls.yml
@@ -18,7 +18,7 @@
18
- name: Generate backend API certificates
19
hosts: controllers:network
20
vars:
21
- vault_api_addr: "https://{{ internal_net_name | net_ip }}:8200"
+ vault_api_addr: "https://{{ internal_net_name | net_ip(groups['controllers'][0]) }}:8200"
22
vault_intermediate_ca_name: "OS-TLS-INT"
23
tasks:
24
- name: Set a fact about the virtualenv on the remote system
0 commit comments