Revert "attempting to change remote tmpdir for postgres commands"
This reverts commit 5718ed87de
.
This commit is contained in:
parent
a795a32b01
commit
0ea3628b3c
1 changed files with 0 additions and 3 deletions
|
@ -17,7 +17,6 @@
|
|||
delegate_to: "{{ resultsdb_db_host }}"
|
||||
sudo_user: postgres
|
||||
sudo: true
|
||||
remote_tmp:/tmp/.ansible/
|
||||
action: postgresql_user db={{ resultsdb_db_name }} user={{ dev_resultsdb_db_user }} password={{ dev_resultsdb_db_password }} role_attr_flags=NOSUPERUSER
|
||||
|
||||
- name: ensure stg resultsdb db user has access to stg database
|
||||
|
@ -25,7 +24,6 @@
|
|||
delegate_to: "{{ resultsdb_db_host }}"
|
||||
sudo_user: postgres
|
||||
sudo: true
|
||||
remote_tmp:/tmp/.ansible/
|
||||
action: postgresql_user db={{ resultsdb_db_name }} user={{ stg_resultsdb_db_user }} password={{ stg_resultsdb_db_password }} role_attr_flags=NOSUPERUSER
|
||||
|
||||
- name: ensure prod resultsdb db user has access to prod database
|
||||
|
@ -33,7 +31,6 @@
|
|||
delegate_to: "{{ resultsdb_db_host }}"
|
||||
sudo_user: postgres
|
||||
sudo: true
|
||||
remote_tmp:/tmp/.ansible/
|
||||
action: postgresql_user db={{ resultsdb_db_name }} user={{ prod_resultsdb_db_user }} password={{ prod_resultsdb_db_password }} role_attr_flags=NOSUPERUSER
|
||||
|
||||
- name: ensure selinux lets httpd talk to postgres
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue