ansible/roles/loopabull
Kevin Fenzi cf517215a5 rhos13 repo: turns out we still use this for newer rabbitmq
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-05-13 16:10:05 -07:00
..
defaults loopabull: log level info is spewing tons and tons to syslog, lets try warn. 2020-04-24 21:34:19 +02: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
target/tasks have to ignore errors here because these keys do not yet exist 2017-06-15 18:42:18 +00:00
tasks rhos13 repo: turns out we still use this for newer rabbitmq 2020-05-13 16:10:05 -07:00
templates Fix playbooks_dir, no need to append /ansible to it 2018-08-08 11:39:34 +02:00
README.md Ugh say last fix not work. Me make it work with bigger rock! 2018-07-16 18:04:31 +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)