mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Hide secrets from log output
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user