ipa: make sure a bunch of calls do not log sensitive data
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
1251149241
commit
58bbbca299
5 changed files with 6 additions and 0 deletions
|
@ -164,6 +164,7 @@
|
||||||
ansible.builtin.shell: set -o pipefail && echo "{{ ipa_admin_password }}" | kinit admin
|
ansible.builtin.shell: set -o pipefail && echo "{{ ipa_admin_password }}" | kinit admin
|
||||||
delegate_to: "{{ ipa_server }}"
|
delegate_to: "{{ ipa_server }}"
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
no_log: true
|
||||||
|
|
||||||
# Replication agreement needs to be removed from ipa cluster
|
# Replication agreement needs to be removed from ipa cluster
|
||||||
# before installing the replica
|
# before installing the replica
|
||||||
|
@ -249,6 +250,7 @@
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
echo "{{ ipa_admin_password }}" | kinit admin
|
echo "{{ ipa_admin_password }}" | kinit admin
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
no_log: true
|
||||||
tags:
|
tags:
|
||||||
- ipa/server
|
- ipa/server
|
||||||
- config
|
- config
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
ansible.builtin.shell: echo "{{ipa_admin_password}}" | kinit admin
|
ansible.builtin.shell: echo "{{ipa_admin_password}}" | kinit admin
|
||||||
check_mode: no
|
check_mode: no
|
||||||
changed_when: "1 != 1"
|
changed_when: "1 != 1"
|
||||||
|
no_log: true
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
- krb5
|
- krb5
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
delegate_to: "{{ ipa_server }}"
|
delegate_to: "{{ ipa_server }}"
|
||||||
ansible.builtin.shell: echo "{{ipa_admin_password}}" | kinit admin
|
ansible.builtin.shell: echo "{{ipa_admin_password}}" | kinit admin
|
||||||
check_mode: no
|
check_mode: no
|
||||||
|
no_log: true
|
||||||
changed_when: "1 != 1"
|
changed_when: "1 != 1"
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
|
@ -66,6 +66,7 @@
|
||||||
- name: Get admin ticket
|
- name: Get admin ticket
|
||||||
ansible.builtin.shell: echo "{{ipa_admin_password}}" | kinit admin
|
ansible.builtin.shell: echo "{{ipa_admin_password}}" | kinit admin
|
||||||
check_mode: no
|
check_mode: no
|
||||||
|
no_log: true
|
||||||
tags:
|
tags:
|
||||||
- ipsilon
|
- ipsilon
|
||||||
|
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
delegate_to: "{{ ipa_server }}"
|
delegate_to: "{{ ipa_server }}"
|
||||||
ansible.builtin.shell: echo "{{ipa_admin_password}}" | kinit admin
|
ansible.builtin.shell: echo "{{ipa_admin_password}}" | kinit admin
|
||||||
check_mode: no
|
check_mode: no
|
||||||
|
no_log: true
|
||||||
changed_when: "1 != 1"
|
changed_when: "1 != 1"
|
||||||
tags:
|
tags:
|
||||||
- keytab
|
- keytab
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue