Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiKhomik committed Dec 6, 2024
1 parent 89536c4 commit b5990cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions ansible1/roles/postgresql/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,11 @@
postgresql_db:
name: "{{ postgres_db_development_name }}"
become: yes
become_user: "{{ postgres_user }}"

- name: Create PostgreSQL DB
postgresql_db:
name: "{{ postgres_db_test_name }}"
become: yes
become_user: "{{ postgres_user }}"

- name: Include encrypted secrets
include_vars:
Expand Down
2 changes: 1 addition & 1 deletion ansible1/roles/postgresql/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ postgres_version: 12
postgresql_python_library: "python3-psycopg2"
postgresql_hba_entries:
- { type: local, database: all, user: postgres, auth_method: trust }
- { type: local, database: all, user: all, auth_method: md5 }
- { type: local, database: all, user: all, auth_method: trust }
- {
type: host,
database: all,
Expand Down

0 comments on commit b5990cd

Please sign in to comment.