[mod] rosle:postgresql-for-espe
This commit is contained in:
parent
757d20c15e
commit
28d994e033
1 changed files with 3 additions and 0 deletions
|
@ -76,6 +76,9 @@
|
|||
"become_user": "postgres",
|
||||
"community.postgresql.postgresql_query": {
|
||||
"db": "{{var_postgresql_for_espe_schema}}",
|
||||
"login_host": "localhost",
|
||||
"login_user": "{{var_postgresql_for_espe_username}}",
|
||||
"login_password": "{{var_postgresql_for_espe_password}}",
|
||||
"query": "{{lookup('ansible.builtin.file','/tmp/espe.sql')}}"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue