mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 22:52:17 +08:00
change default admin pw, and anchor os gunicorn
This commit is contained in:
@@ -117,6 +117,17 @@
|
||||
chdir=/home/taiga/taiga-back
|
||||
tags: taiga
|
||||
|
||||
# change default admin password
|
||||
- name: change admin password
|
||||
command : sudo -u taiga sed -i -e 's/\"pbkdf2_sha256.*\"/{{taiga_admin_pw}}/' /home/taiga/taiga-back/taiga/users/fixtures/initial_user.json
|
||||
tags: taiga
|
||||
|
||||
# settle for os unicorn
|
||||
- name: remove gunicorn
|
||||
command: sudo -u taiga sed -i -e '/^gunicorn.*$/c\' requirements.txt
|
||||
chdir=/home/taiga/taiga-back
|
||||
tags: taiga
|
||||
|
||||
- command: pip3 install -r requirements.txt
|
||||
chdir=/home/taiga/taiga-back
|
||||
creates=/usr/lib/python3.4/site-packages/django/
|
||||
|
||||
Reference in New Issue
Block a user