Merge "Allow distribution of non-autogenerated certs"
This commit is contained in:
commit
2bb8835ede
@ -8,7 +8,7 @@
|
||||
setype: svirt_sandbox_file_t
|
||||
become: true
|
||||
|
||||
- name: Copying key info to octavia
|
||||
- name: Copying key info to octavia if not already there
|
||||
become: true
|
||||
copy:
|
||||
content: "{{ item.content }}"
|
||||
|
@ -6,7 +6,9 @@
|
||||
|
||||
- include_tasks: certificate.yml
|
||||
when:
|
||||
- generate_certs | bool
|
||||
- private_key_content|length > 0
|
||||
- ca_cert_content|length > 0
|
||||
- service_pem_content|length > 0
|
||||
|
||||
- include_tasks: netport.yml
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user