File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11---
22# Required for uri module to work with self-signed certificates and for systems to trust
33# the self-signed CA
4- - name : Install CA on controllers
5- hosts : controllers
4+ - name : Install CA
5+ hosts : controllers:network
66 tasks :
77 - name : Copy the intermediate CA
88 copy :
1616 shell : " {{ 'update-ca-trust' if ansible_facts.os_family == 'RedHat' else 'update-ca-certificates' }}"
1717
1818- name : Generate backend API certificates
19- hosts : controllers
19+ hosts : controllers:network
2020 vars :
2121 vault_api_addr : " https://{{ kolla_internal_fqdn }}:8200"
2222 vault_intermediate_ca_name : " OS-TLS-INT"
Original file line number Diff line number Diff line change 1+ ---
2+ issues :
3+ - |
4+ Generate backend TLS files for network hosts. This fixes backend TLS
5+ configuration for deployments where some API services are running on
6+ network hosts.
You can’t perform that action at this time.
0 commit comments