Merge "Do not log amphora ssh keys" into stable/victoria
This commit is contained in:
commit
4458da453d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user