Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
infra
ansible-shared
zabbix
Commits
166d5f87
Commit
166d5f87
authored
Jun 01, 2017
by
Lars Beckers
Browse files
ensure no passwords are logged
parent
45b7010f
Changes
1
Hide whitespace changes
Inline
Side-by-side
zabbix-server/tasks/main.yml
View file @
166d5f87
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment