adding password to vcs user so git over ssh works
This commit is contained in:
parent
d7ecfff48e
commit
3abbf36a07
2 changed files with 2 additions and 1 deletions
|
@ -33,6 +33,7 @@ mariadb_password: '{{ qadevel_stg_mariadb_password }}'
|
||||||
phabricator_db_prefix: 'phabricatorstg'
|
phabricator_db_prefix: 'phabricatorstg'
|
||||||
enable_phabricator_git: True
|
enable_phabricator_git: True
|
||||||
phabricator_vcs_user: git
|
phabricator_vcs_user: git
|
||||||
|
phabricator_vcs_user_password: '{{ qadevel_stg_vcs_user_password }}'
|
||||||
phabricator_daemon_user: phabdaemon
|
phabricator_daemon_user: phabdaemon
|
||||||
phabroot: /usr/share/
|
phabroot: /usr/share/
|
||||||
phabricator_filedir: /var/lib/phabricator/files
|
phabricator_filedir: /var/lib/phabricator/files
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
user: name={{ phabricator_daemon_user }}
|
user: name={{ phabricator_daemon_user }}
|
||||||
|
|
||||||
- name: create vcs user
|
- name: create vcs user
|
||||||
user: name={{ phabricator_vcs_user }}
|
user: name={{ phabricator_vcs_user }} password={{ phabricator_vcs_user_password }}
|
||||||
when: enable_phabricator_git
|
when: enable_phabricator_git
|
||||||
|
|
||||||
- name: add vcs user to sudoers to write as daemon user with restrictions for git
|
- name: add vcs user to sudoers to write as daemon user with restrictions for git
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue