Lets just make the database manually for now
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
344e65e150
commit
8b7aa55b90
1 changed files with 0 additions and 8 deletions
|
@ -21,14 +21,6 @@
|
||||||
- name: start postgres
|
- name: start postgres
|
||||||
service: name=postgresql state=started enabled=yes
|
service: name=postgresql state=started enabled=yes
|
||||||
|
|
||||||
- name: Create database
|
|
||||||
postgresql_db: name=regcfp
|
|
||||||
|
|
||||||
- name: Create postgres db user
|
|
||||||
postgresql_user: db=regcfp name=regcfp
|
|
||||||
password="{{ regcfp_db_password }}"
|
|
||||||
priv=CONNECT/regcfp:ALL
|
|
||||||
|
|
||||||
- name: Clone the regcfp flock2016 branch
|
- name: Clone the regcfp flock2016 branch
|
||||||
git: repo=https://github.com/puiterwijk/regcfp.git
|
git: repo=https://github.com/puiterwijk/regcfp.git
|
||||||
dest=/srv/regcfp
|
dest=/srv/regcfp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue