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 5151
5252 - name : Template out TLS key and cert
5353 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
5555 src : " {{ kayobe_env_config_path }}/openbao/{{ item }}"
5656 dest : /opt/kayobe/openbao/{{ item }}
5757 owner : 100
6060 loop :
6161 - " {% if kolla_internal_fqdn != kolla_internal_vip_address %}{{ kolla_internal_fqdn }}{% else %}overcloud{% endif %}.crt"
6262 - " {% if kolla_internal_fqdn != kolla_internal_vip_address %}{{ kolla_internal_fqdn }}{% else %}overcloud{% endif %}.key"
63+ - " OS-TLS-INT.crt"
6364 become : true
6465
6566 - name : Apply OpenBao role
7677 openbao_docker_tag : " {{ overcloud_openbao_docker_tag }}"
7778 openbao_tls_cert : " {% if kolla_internal_fqdn != kolla_internal_vip_address %}{{ kolla_internal_fqdn }}{% else %}overcloud{% endif %}.crt"
7879 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"
7981 copy_self_signed_ca : true
8082 openbao_api_addr : https://{{ internal_net_name | net_ip }}:8200
8183 openbao_write_keys_file : true
You can’t perform that action at this time.
0 commit comments