Skip to content

Commit

Permalink
enable no-log for psk-copy-tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Oct 25, 2024
1 parent 164e654 commit 2bfdbe3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tasks/debian/configure/agent1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
group: "{{ ZABBIX_HC.group }}"
mode: 0640
when: agent.tls_psk not in NONE_VALUES
no_log: true

- name: Zabbix | Configure | Agent V1 | Deploying tls certificate
ansible.builtin.import_tasks: tls_cert.yml
Expand Down
1 change: 1 addition & 0 deletions tasks/debian/configure/agent2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
group: "{{ ZABBIX_HC.group }}"
mode: 0640
when: agent.tls_psk not in NONE_VALUES
no_log: true

- name: Zabbix | Configure | Agent V2 | Deploying tls certificate
ansible.builtin.import_tasks: tls_cert.yml
Expand Down
1 change: 1 addition & 0 deletions tasks/debian/configure/proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
group: "{{ ZABBIX_HC.group }}"
mode: 0640
when: ZABBIX_CNF.proxy.tls_psk not in NONE_VALUES
no_log: true

- name: Zabbix | Configure | Proxy | Deploying tls certificate
ansible.builtin.import_tasks: tls_cert.yml
Expand Down

0 comments on commit 2bfdbe3

Please sign in to comment.