Skip to content

Commit 58a46b8

Browse files
committed
Generate backend TLS for all overcloud
1 parent 2db3b5b commit 58a46b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/kayobe/ansible/vault-generate-backend-tls.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Required for uri module to work with self-signed certificates and for systems to trust
33
# the self-signed CA
44
- name: Install CA
5-
hosts: controllers:network
5+
hosts: overcloud
66
tasks:
77
- name: Copy the intermediate CA
88
ansible.builtin.copy:
@@ -16,7 +16,7 @@
1616
become: true
1717
ansible.builtin.command: "{{ 'update-ca-trust' if ansible_facts.os_family == 'RedHat' else 'update-ca-certificates' }}"
1818
- name: Generate backend API certificates
19-
hosts: controllers:network
19+
hosts: overcloud
2020
vars:
2121
vault_api_addr: https://{{ internal_net_name | net_ip(groups['controllers'][0]) }}:8200
2222
vault_intermediate_ca_name: OS-TLS-INT

0 commit comments

Comments
 (0)