Browse Source

Add postgres user into bubble-log group

pull/46/head
Kristijan Mitrovic 4 years ago
parent
commit
3740c235d1
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      bubble-server/src/main/resources/packer/roles/bubble/tasks/postgresql.yml

+ 6
- 0
bubble-server/src/main/resources/packer/roles/bubble/tasks/postgresql.yml View File

@@ -7,6 +7,12 @@
state: present
update_cache: yes

- name: Add postgres user to bubble-log group
user:
name: postgres
groups: bubble-log
append: yes

- name: Install PostgreSQL pg_bubble.conf
copy:
src: pg_bubble.conf


Loading…
Cancel
Save