ansible/roles/loopabull
Pierre-Yves Chibon ae3f91a0eb Ensure the loopabull server is running and enabled
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
2018-10-17 12:33:13 +02:00
..
defaults Move the playbooks for loopabull to a different location 2018-08-08 10:57:38 +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 Ensure the loopabull server is running and enabled 2018-10-17 12:33:13 +02: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)