File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 51
51
52
52
- name : Template out TLS key and cert
53
53
ansible.builtin.copy :
54
- # Within the OpenBao container these uids & gids map to the vault user
54
+ # Within the OpenBao container these uids & gids map to the openbao user
55
55
src : " {{ kayobe_env_config_path }}/openbao/{{ item }}"
56
56
dest : /opt/kayobe/openbao/{{ item }}
57
57
owner : 100
60
60
loop :
61
61
- " {% if kolla_internal_fqdn != kolla_internal_vip_address %}{{ kolla_internal_fqdn }}{% else %}overcloud{% endif %}.crt"
62
62
- " {% if kolla_internal_fqdn != kolla_internal_vip_address %}{{ kolla_internal_fqdn }}{% else %}overcloud{% endif %}.key"
63
+ - " OS-TLS-INT.crt"
63
64
become : true
64
65
65
66
- name : Apply OpenBao role
76
77
openbao_docker_tag : " {{ overcloud_openbao_docker_tag }}"
77
78
openbao_tls_cert : " {% if kolla_internal_fqdn != kolla_internal_vip_address %}{{ kolla_internal_fqdn }}{% else %}overcloud{% endif %}.crt"
78
79
openbao_tls_key : " {% if kolla_internal_fqdn != kolla_internal_vip_address %}{{ kolla_internal_fqdn }}{% else %}overcloud{% endif %}.key"
80
+ openbao_tls_ca : " OS-TLS-INT.crt"
79
81
copy_self_signed_ca : true
80
82
openbao_api_addr : https://{{ internal_net_name | net_ip }}:8200
81
83
openbao_write_keys_file : true
You can’t perform that action at this time.
0 commit comments