Commit 905e8b53 by Maruyama

roles/gitlab: task for db run as postgres user

parent 6d9985f7
...@@ -7,11 +7,13 @@ ...@@ -7,11 +7,13 @@
postgresql_user: postgresql_user:
name: gitlab name: gitlab
role_attr_flags: CREATEDB role_attr_flags: CREATEDB
become_user: postgres
- name: create db - name: create db
postgresql_db: postgresql_db:
name: gitlabhq_production name: gitlabhq_production
owner: gitlab owner: gitlab
become_user: postgres
- name: checkout gitlab - name: checkout gitlab
git: 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