Till Klocke fb6defc9e3 Added new external role for the gluon-collector hace 9 años
..
defaults cc7e5158d4 Third party roles now live in roles/external and are specified by thirdparty_roles.yml hace 9 años
handlers cc7e5158d4 Third party roles now live in roles/external and are specified by thirdparty_roles.yml hace 9 años
meta fb6defc9e3 Added new external role for the gluon-collector hace 9 años
tasks cc7e5158d4 Third party roles now live in roles/external and are specified by thirdparty_roles.yml hace 9 años
templates cc7e5158d4 Third party roles now live in roles/external and are specified by thirdparty_roles.yml hace 9 años
test cc7e5158d4 Third party roles now live in roles/external and are specified by thirdparty_roles.yml hace 9 años
vars cc7e5158d4 Third party roles now live in roles/external and are specified by thirdparty_roles.yml hace 9 años
.gitignore cc7e5158d4 Third party roles now live in roles/external and are specified by thirdparty_roles.yml hace 9 años
.kitchen.yml cc7e5158d4 Third party roles now live in roles/external and are specified by thirdparty_roles.yml hace 9 años
.travis.yml cc7e5158d4 Third party roles now live in roles/external and are specified by thirdparty_roles.yml hace 9 años
Gemfile cc7e5158d4 Third party roles now live in roles/external and are specified by thirdparty_roles.yml hace 9 años
README.md cc7e5158d4 Third party roles now live in roles/external and are specified by thirdparty_roles.yml hace 9 años

README.md

alfred Build Status

This role installs alfred.

Requirements

Ansible of course

Role Variables

Default Variables

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

Dependencies

None

Example Playbook

Simply depend on this role

- hosts: servers
  roles:
     - { role: dereulenspiegel.alfred, alfred_gps: false, alfred_interface: alfred0 }

License

MIT

Author Information

Till Klocke dereulenspiegel on Twitter