Till Klocke fb6defc9e3 Added new external role for the gluon-collector | il y a 9 ans | |
---|---|---|
.. | ||
defaults | il y a 9 ans | |
handlers | il y a 9 ans | |
meta | il y a 9 ans | |
tasks | il y a 9 ans | |
templates | il y a 9 ans | |
test | il y a 9 ans | |
vars | il y a 9 ans | |
.gitignore | il y a 9 ans | |
.kitchen.yml | il y a 9 ans | |
.travis.yml | il y a 9 ans | |
Gemfile | il y a 9 ans | |
README.md | il y a 9 ans |
This role installs alfred.
Ansible of course
Name | Default | Description |
---|---|---|
alfred_version | 2015.0 | The version of alfred to install |
alfred_source_url | http://downloads.open-mesh.org/batman/stable/sources/alfred/alfred-{{alfred_version}}.tar.gz | The URL to download alfred from |
alfred_gps | true | Wether to build alfred-gpsd |
alfred_vis | true | Wether to build batadv-vis |
alfred_batman_interface | bat0 | The Batman interface alfred will use. Use 'none' to disable the batman-adv based best server selection. |
alfred_interface | bat0 | The interface alfred will use |
alfred_batadv_vis_interface | bat0 | Interface for batadv-vis if alfred_vis is true |
alfred_master_mode | false | Wether alfred should run master mode or not |
None
Simply depend on this role
- hosts: servers
roles:
- { role: dereulenspiegel.alfred, alfred_gps: false, alfred_interface: alfred0 }
MIT
Till Klocke dereulenspiegel on Twitter