Sfoglia il codice sorgente

Add postgres user into bubble-log group (#46)

Add postgres user into bubble-log group

Co-authored-by: Kristijan Mitrovic <kmitrovic@itekako.com>
Reviewed-on: #46
tags/v1.1.0
Kristijan Mitrovic 4 anni fa
committed by jonathan
parent
commit
68dfdf07c8
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  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 Vedi 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


Caricamento…
Annulla
Salva