Skip to content
Snippets Groups Projects
Commit 166d5f87 authored by Lars Beckers's avatar Lars Beckers
Browse files

ensure no passwords are logged

parent 45b7010f
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@
postgresql_user: name="{{ zabbix_db_user }}" password="{{ zabbix_db_password }}" state=present role_attr_flags=NOSUPERUSER,NOCREATEDB
become: yes
become_user: postgres
no_log: True
delegate_to: "{{ zabbix_db_host }}"
tags:
- database
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment