File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 81
81
{{ backend_cert.data.private_key }}
82
82
mode : " 0600"
83
83
delegate_to : localhost
84
-
85
- - name : Copy intermediate CA
86
- no_log : true
87
- ansible.builtin.copy :
88
- remote : true
89
- src : " {{ kayobe_env_config_path }}/openbao/OS-TLS-INT.crt"
90
- dest : " {{ kayobe_env_config_path }}/kolla/certificates/int.crt"
91
- mode : " 0600"
92
- delegate_to : localhost
Original file line number Diff line number Diff line change 80
80
{{ backend_cert.data.private_key }}
81
81
mode : " 0600"
82
82
delegate_to : localhost
83
-
84
- - name : Copy intermediate CA
85
- no_log : true
86
- ansible.builtin.copy :
87
- remote : true
88
- src : " {{ kayobe_env_config_path }}/openbao/OS-TLS-INT.crt"
89
- dest : " {{ kayobe_env_config_path }}/kolla/certificates/int.crt"
90
- mode : " 0600"
91
- delegate_to : localhost
You can’t perform that action at this time.
0 commit comments