Skip to content

Commit

Permalink
Reference controller IP for backend TLS certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
bbezak committed Sep 12, 2024
1 parent 11f024b commit 60432f6
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 60432f6

Please sign in to comment.