Hide secrets from log output

This commit is contained in:
Sebastian Haderecker 2019-10-21 14:40:19 +00:00
parent 2076cea40f
commit cbb2b66a72
2 changed files with 2 additions and 0 deletions

View file

@ -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:

View file

@ -13,6 +13,7 @@
set_fact:
user_name: "{{ ansible_user }}"
user_salt: "s0mew1ck3dTpoT"
no_log: true
- name: Changing password for user {{ user_name }}
user: