Skip to content

Commit

Permalink
Merge pull request #1283 from stackhpc/vault-backend-network-node
Browse files Browse the repository at this point in the history
vault: Reference controller IP for backend TLS certificates
  • Loading branch information
markgoddard authored Sep 12, 2024
2 parents 11f024b + 60432f6 commit e474210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/kayobe/ansible/vault-generate-backend-tls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- name: Generate backend API certificates
hosts: controllers:network
vars:
vault_api_addr: "https://{{ internal_net_name | net_ip }}:8200"
vault_api_addr: "https://{{ internal_net_name | net_ip(groups['controllers'][0]) }}:8200"
vault_intermediate_ca_name: "OS-TLS-INT"
tasks:
- name: Set a fact about the virtualenv on the remote system
Expand Down

0 comments on commit e474210

Please sign in to comment.