ElaoInfra.phantomjs
Ansible Role: phantomjs
This role will assume the setup of PhantomJS.
It's part of the ELAO Ansible stack but can be used as a stand alone component.
Requirements
None.
Dependencies
None.
Installation
Ansible 2+
Using ansible galaxy cli:
ansible-galaxy install elao.phantomjs,2.0
Using ansible galaxy requirements file:
- src: elao.phantomjs
version: 2.0
Ansible 1 (no longer maintained)
Using ansible galaxy cli:
ansible-galaxy install elao.phantomjs,1.0
Using ansible galaxy requirements file:
- src: elao.phantomjs
version: 1.0
Configuration example
elao_phantomjs_config:
- webdriver: 4444
- webdriver-logfile: /var/log/phantomjs.log
- webdriver-loglevel: DEBUG
Example playbook
- hosts: servers
roles:
- { role: elao.phantomjs }
Licence
MIT
Author information
Install
ansible-galaxy install ElaoInfra.phantomjsLicense
Unknown
Downloads
389
Owner
All of those roles aren't maintained anymore and we strongly encourage you to switch to our new (maintained and tested) Ansible stack: https://github.com/manala
