Hide passwords from ansible output

Change-Id: I22a4324dffd5b327209d17b46d88cf31d79aeac7
This commit is contained in:
Rabi Mishra 2020-03-24 16:10:41 +05:30
parent 17912413f8
commit aae2795172
4 changed files with 4 additions and 0 deletions

View File

@ -98,6 +98,7 @@
tripleo_passwords_rotate:
container: "{{ container }}"
when: generate_passwords|bool
no_log: true
- name: Prepare Container images and update plan
tripleo_image_params_prepare:

View File

@ -64,6 +64,7 @@
container: "{{ container }}"
rotate_passwords: false
when: generate_passwords|bool
no_log: true
- name: Prepare Container images and update plan
tripleo_image_params_prepare:

View File

@ -28,6 +28,7 @@
tripleo_fernet_keys_rotate:
container: "{{ container }}"
register: fernet_keys
no_log: true
- name: Rotate fernet keys on controller nodes
import_playbook: rotate-keys.yaml fernet_keys="{{ hostvars['undercloud']['fernet_keys']['fernet_keys'] }}"

View File

@ -29,6 +29,7 @@
tripleo_passwords_rotate:
container: "{{ container }}"
password_list: "{{ password_list }}"
no_log: true
tags:
- rotate-passwords