Skip to content
Snippets Groups Projects
Commit bac82583 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

install passlib so ansible htpasswd can use it.

Former-commit-id: e71384df917cd0a0356b6ce1379840b3750aa56f
parent c4a9d078
No related branches found
No related tags found
No related merge requests found
......@@ -92,6 +92,8 @@
app_path: "/home/{{ deploy_user_name }}/iPPIDB/ippisite"
settings: "ippisite.{{ ansible_hostname }}_settings"
# FIXME: this should obviously be removed before switching to prod. env.
- name: install passlib for htpasswd in ansible
pip: name=passlib executable=pip3
- htpasswd:
path: /etc/ippidb-80/passwdfile
name: ippidb
......
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