ansible/roles/loopabull/README.md
Adam Miller 2d08776708 loopabull roles added and loopabull playbook updated
Signed-off-by: Adam Miller <admiller@redhat.com>
2017-03-13 16:05:27 +00:00

39 lines
885 B
Markdown

Loopabull
=========
Fedora's deployment of [loopabull](https://github.com/maxamillion/loopabull)
Role Variables
--------------
See defaults/main.yml for full docs on role variables
Example Playbook
----------------
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
roles:
- {
role: loopabull,
plugin: fedmsg,
routing_keys: [
"org.fedoraproject.prod.buildsys.build.state.change"
],
playbooks_dir: /usr/local/loopabull-playbooks/,
ansible_cfg_path: /etc/ansible/ansible.cfg,
playbook_cmd: /usr/bin/ansible-playbook
}
License
-------
GPLv3+
Author Information
------------------
Adam Miller (maxamillion@fedoraproject.org)