mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-25 09:01:32 -05:00
15 lines
504 B
YAML
15 lines
504 B
YAML
---
|
|
- name: install brozzler[webconsole] in virtualenv
|
|
pip: name='-e /brozzler[webconsole]'
|
|
virtualenv=/home/vagrant/brozzler-webconsole-ve34
|
|
virtualenv_python=python3.4
|
|
extra_args='--no-input --upgrade --pre'
|
|
notify:
|
|
- restart brozzler-webconsole
|
|
- name: install upstart config /etc/init/brozzler-webconsole.conf
|
|
become: true
|
|
template: src=templates/brozzler-webconsole.conf.j2
|
|
dest=/etc/init/brozzler-webconsole.conf
|
|
notify:
|
|
- restart brozzler-webconsole
|