IBM / Ansible-OpenShift-Provisioning

Automate the deployment of Red Hat OpenShift Container Platform on IBM zSystems (s390x). Automated User-Provisoned Infrastructure (UPI) setup using Kernel-based Virtual Machine (KVM).

Home Page:https://ibm.github.io/Ansible-OpenShift-Provisioning/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Passwords are shown in logs in a readable format (role: boot_LPAR)

smolin-de opened this issue · comments

Passwords should not be shown in logs !

File: roles/boot_LPAR/tasks/main.yaml

  • name: Debug
    debug:
    msg:
    python3 /root/ansible_workdir/boot_lpar.py
    ...
    --hmcpass {{ node.hmc.auth.pass }}
    ...
    --netset_password {{ node.lpar.livedisk.livedisk_root_pass }} \