2016-06-30 17:50:11 -05:00
|
|
|
---
|
2016-08-10 18:41:23 -07:00
|
|
|
- name: install brozzler[webconsole] in virtualenv
|
|
|
|
become: true
|
|
|
|
pip: name='-e /brozzler[webconsole]'
|
2016-06-30 17:50:11 -05:00
|
|
|
virtualenv=/home/vagrant/brozzler-webconsole-ve34
|
|
|
|
virtualenv_python=python3.4
|
|
|
|
extra_args='--no-input --upgrade --pre'
|
|
|
|
notify:
|
2016-08-10 18:41:23 -07:00
|
|
|
- restart brozzler-webconsole
|
2016-06-30 17:50:11 -05:00
|
|
|
- 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:
|
2016-08-10 18:41:23 -07:00
|
|
|
- restart brozzler-webconsole
|