mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
Hide secrets from log output
This commit is contained in:
parent
2076cea40f
commit
cbb2b66a72
2 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
- name: Import OpenStack authentication variables
|
- name: Import OpenStack authentication variables
|
||||||
include_vars:
|
include_vars:
|
||||||
file: roles/deploy/vars/os_auth.yaml
|
file: roles/deploy/vars/os_auth.yaml
|
||||||
|
no_log: true
|
||||||
|
|
||||||
- name: Create security group
|
- name: Create security group
|
||||||
os_security_group:
|
os_security_group:
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
set_fact:
|
set_fact:
|
||||||
user_name: "{{ ansible_user }}"
|
user_name: "{{ ansible_user }}"
|
||||||
user_salt: "s0mew1ck3dTpoT"
|
user_salt: "s0mew1ck3dTpoT"
|
||||||
|
no_log: true
|
||||||
|
|
||||||
- name: Changing password for user {{ user_name }}
|
- name: Changing password for user {{ user_name }}
|
||||||
user:
|
user:
|
||||||
|
|
Loading…
Reference in a new issue