Merge "Allow distribution of non-autogenerated certs"

This commit is contained in:
Zuul 2019-07-30 13:19:48 +00:00 committed by Gerrit Code Review
commit 2bb8835ede
2 changed files with 4 additions and 2 deletions

View File

@ -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 }}"

View File

@ -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