ansible/roles/loopabull
Patrick Uiterwijk 039b08354a Yum allowed state=installed. Lets use state=present consistently
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2017-10-08 22:31:03 +00:00
..
defaults loopabull roles added and loopabull playbook updated 2017-03-13 16:05:27 +00:00
files helps to actually commit the file to git 2017-06-01 22:42:23 +00:00
handlers fix loopabull handler 2017-06-01 22:30:18 +00:00
meta loopabull roles added and loopabull playbook updated 2017-03-13 16:05:27 +00:00
target/tasks have to ignore errors here because these keys do not yet exist 2017-06-15 18:42:18 +00:00
tasks Yum allowed state=installed. Lets use state=present consistently 2017-10-08 22:31:03 +00:00
templates fix indentation for loopabull config yaml 2017-09-13 21:20:33 +00:00
vars loopabull roles added and loopabull playbook updated 2017-03-13 16:05:27 +00:00
README.md loopabull roles added and loopabull playbook updated 2017-03-13 16:05:27 +00:00

Loopabull

Fedora's deployment of 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)