auth extension needs to be cloned before doing anything else with phab
This commit is contained in:
parent
7b51c1cd76
commit
8f21c34eec
1 changed files with 6 additions and 6 deletions
|
@ -96,6 +96,12 @@
|
||||||
group: root
|
group: root
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
|
||||||
|
- name: clone phabricator-extension-ipsilonoauth
|
||||||
|
git:
|
||||||
|
repo: 'https://pagure.io/phabricator-extension-ipsilonoauth.git'
|
||||||
|
dest: /srv/phabricator-extension-ipsilonoauth
|
||||||
|
version: c70333b0d2d4d348b429e82e39d634071accf939
|
||||||
|
|
||||||
- name: create git repo root for phabricator
|
- name: create git repo root for phabricator
|
||||||
file: path={{ phabricator_repodir }} state=directory owner={{ phabricator_daemon_user }} group={{ phabricator_daemon_user }} mode=1755
|
file: path={{ phabricator_repodir }} state=directory owner={{ phabricator_daemon_user }} group={{ phabricator_daemon_user }} mode=1755
|
||||||
when: enable_phabricator_git
|
when: enable_phabricator_git
|
||||||
|
@ -155,12 +161,6 @@
|
||||||
- name: start and enable phabricator phd service
|
- name: start and enable phabricator phd service
|
||||||
service: name=phd enabled=yes state=started
|
service: name=phd enabled=yes state=started
|
||||||
|
|
||||||
- name: clone phabricator-extension-ipsilonoauth
|
|
||||||
git:
|
|
||||||
repo: 'https://pagure.io/phabricator-extension-ipsilonoauth.git'
|
|
||||||
dest: /srv/phabricator-extension-ipsilonoauth
|
|
||||||
version: c70333b0d2d4d348b429e82e39d634071accf939
|
|
||||||
|
|
||||||
- name: copy phabricator httpd config
|
- name: copy phabricator httpd config
|
||||||
template: src=phabricator.conf.j2 dest=/etc/httpd/conf.d/phabricator.conf owner=root group=root mode=0644
|
template: src=phabricator.conf.j2 dest=/etc/httpd/conf.d/phabricator.conf owner=root group=root mode=0644
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue