mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 12:32:12 +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
|
||||
include_vars:
|
||||
file: roles/deploy/vars/os_auth.yaml
|
||||
no_log: true
|
||||
|
||||
- name: Create security group
|
||||
os_security_group:
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
set_fact:
|
||||
user_name: "{{ ansible_user }}"
|
||||
user_salt: "s0mew1ck3dTpoT"
|
||||
no_log: true
|
||||
|
||||
- name: Changing password for user {{ user_name }}
|
||||
user:
|
||||
|
|
Loading…
Reference in a new issue