Merge "Do not log amphora ssh keys" into stable/victoria

This commit is contained in:
Zuul 2021-07-23 00:28:32 +00:00 committed by Gerrit Code Review
commit 4458da453d

View File

@ -276,6 +276,7 @@ outputs:
- name: Set up group_vars
set_fact:
octavia_ansible_group_vars: { get_attr: [OctaviaVars, value, vars] }
no_log: "{{ hide_sensitive_logs | bool }}"
- name: Make needed directories on the undercloud
become: true
file:
@ -291,6 +292,7 @@ outputs:
copy:
dest: "{{ octavia_ansible_group_vars.octavia_group_vars_dir }}/octavia_vars.yaml"
content: "{{ octavia_ansible_group_vars|to_nice_yaml }}"
no_log: "{{ hide_sensitive_logs | bool }}"
- name: Write octavia inventory
become: true
copy: