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 fabe0e6 commit 725573bCopy full SHA for 725573b
etc/kayobe/ansible/vault-generate-backend-tls.yml
@@ -2,7 +2,7 @@
2
# Required for uri module to work with self-signed certificates and for systems to trust
3
# the self-signed CA
4
- name: Install CA
5
- hosts: overcloud
+ hosts: controllers:network
6
tasks:
7
- name: Copy the intermediate CA
8
ansible.builtin.copy:
@@ -16,7 +16,7 @@
16
become: true
17
ansible.builtin.command: "{{ 'update-ca-trust' if ansible_facts.os_family == 'RedHat' else 'update-ca-certificates' }}"
18
- name: Generate backend API certificates
19
20
vars:
21
vault_api_addr: https://{{ internal_net_name | net_ip(groups['controllers'][0]) }}:8200
22
vault_intermediate_ca_name: OS-TLS-INT
0 commit comments