galaxyproject / ansible-postgresql

An Ansible role for managing a PostgreSQL server
https://galaxy.ansible.com/galaxyproject/postgresql
122 stars 58 forks source link

Move hardcoded value 'postgres' into variable 'postgresql_user_name' #19

Closed jdavcs closed 5 years ago

jdavcs commented 5 years ago

Rationale: provides mechanism for overriding PostgreSQL system user. In particular, this may be needed when used together with ansible-galaxy-os role, which provides that option (variable: postgres_user_name).

(Assumption: postgresql user name and group name are the same.)

bgruening commented 5 years ago

Thanks @ic4f!