Explorar el Código

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 hace 4 años
committed by jonathan
padre
commit
68dfdf07c8
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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 Ver fichero

@@ -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


Cargando…
Cancelar
Guardar