mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-08 06:22:23 -04:00
specify --cache-dir=/tmp/pip-cache to avoid trying to write to (nonexistent) service user home directory
This commit is contained in:
parent
0caf365516
commit
91c36f3d21
4 changed files with 6 additions and 6 deletions
|
@ -7,7 +7,7 @@
|
||||||
pip: name='{{brozzler_pip_name}}[webconsole]'
|
pip: name='{{brozzler_pip_name}}[webconsole]'
|
||||||
virtualenv={{venv_root}}/brozzler-webconsole-ve34
|
virtualenv={{venv_root}}/brozzler-webconsole-ve34
|
||||||
virtualenv_python=python3.4
|
virtualenv_python=python3.4
|
||||||
extra_args='--no-input --upgrade --pre'
|
extra_args='--no-input --upgrade --pre --cache-dir=/tmp/pip-cache'
|
||||||
become: true
|
become: true
|
||||||
become_user: '{{user}}'
|
become_user: '{{user}}'
|
||||||
notify:
|
notify:
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
pip: name=git+https://github.com/kanaka/websockify.git#egg=websockify
|
pip: name=git+https://github.com/kanaka/websockify.git#egg=websockify
|
||||||
virtualenv={{venv_root}}/websockify-ve34
|
virtualenv={{venv_root}}/websockify-ve34
|
||||||
virtualenv_python=python3.4
|
virtualenv_python=python3.4
|
||||||
extra_args='--no-input --upgrade --pre'
|
extra_args='--no-input --upgrade --pre --cache-dir=/tmp/pip-cache'
|
||||||
become: true
|
become: true
|
||||||
become_user: '{{user}}'
|
become_user: '{{user}}'
|
||||||
- name: install vnc-websock upstart config /etc/init/vnc-websock.conf
|
- name: install vnc-websock upstart config /etc/init/vnc-websock.conf
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
name='{{brozzler_pip_name}}'
|
name='{{brozzler_pip_name}}'
|
||||||
virtualenv={{venv_root}}/brozzler-ve34
|
virtualenv={{venv_root}}/brozzler-ve34
|
||||||
virtualenv_python=python3.4
|
virtualenv_python=python3.4
|
||||||
extra_args='--no-input --upgrade --pre'
|
extra_args='--no-input --upgrade --pre --cache-dir=/tmp/pip-cache'
|
||||||
become: true
|
become: true
|
||||||
become_user: '{{user}}'
|
become_user: '{{user}}'
|
||||||
notify:
|
notify:
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
pip: name=pywb
|
pip: name=pywb
|
||||||
virtualenv={{venv_root}}/pywb-ve34
|
virtualenv={{venv_root}}/pywb-ve34
|
||||||
virtualenv_python=python3.4
|
virtualenv_python=python3.4
|
||||||
extra_args='--no-input --upgrade --pre'
|
extra_args='--no-input --upgrade --pre --cache-dir=/tmp/pip-cache'
|
||||||
become: true
|
become: true
|
||||||
become_user: '{{user}}'
|
become_user: '{{user}}'
|
||||||
notify:
|
notify:
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
pip: name='{{brozzler_pip_name}}'
|
pip: name='{{brozzler_pip_name}}'
|
||||||
virtualenv={{venv_root}}/pywb-ve34
|
virtualenv={{venv_root}}/pywb-ve34
|
||||||
virtualenv_python=python3.4
|
virtualenv_python=python3.4
|
||||||
extra_args='--no-input --upgrade --pre'
|
extra_args='--no-input --upgrade --pre --cache-dir=/tmp/pip-cache'
|
||||||
become: true
|
become: true
|
||||||
become_user: '{{user}}'
|
become_user: '{{user}}'
|
||||||
notify:
|
notify:
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
pip: name=git+https://github.com/internetarchive/warcprox.git@2.x#egg=warcprox
|
pip: name=git+https://github.com/internetarchive/warcprox.git@2.x#egg=warcprox
|
||||||
virtualenv={{venv_root}}/warcprox-ve34
|
virtualenv={{venv_root}}/warcprox-ve34
|
||||||
virtualenv_python=python3.4
|
virtualenv_python=python3.4
|
||||||
extra_args='--no-input --upgrade --pre'
|
extra_args='--no-input --upgrade --pre --cache-dir=/tmp/pip-cache'
|
||||||
become: true
|
become: true
|
||||||
become_user: '{{user}}'
|
become_user: '{{user}}'
|
||||||
notify:
|
notify:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue