Commit 905e8b53 by Maruyama

roles/gitlab: task for db run as postgres user

parent 6d9985f7
......@@ -7,11 +7,13 @@
postgresql_user:
name: gitlab
role_attr_flags: CREATEDB
become_user: postgres
- name: create db
postgresql_db:
name: gitlabhq_production
owner: gitlab
become_user: postgres
- name: checkout gitlab
git:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment