Icinga / ansible-icinga2

Ansible Role for Icinga 2
Apache License 2.0
50 stars 23 forks source link

sorry, icinga.icinga2 was not found on https://galaxy.ansible.com #29

Closed slalomsk8er closed 5 years ago

slalomsk8er commented 6 years ago

I tried to install this ansible role but the command:

ansible-galaxy install icinga.icinga2

failed with the message:

- downloading role 'icinga2', owned by icinga [WARNING]: - icinga.icinga2 was NOT installed successfully: - sorry, icinga.icinga2 was not found on https://galaxy.ansible.com. ERROR! - you can use --ignore-errors to skip failed roles and finish processing the list.

slalomsk8er commented 6 years ago

a workaround: ansible-galaxy install https://github.com/Icinga/ansible-icinga2/archive/v0.2.0.tar.gz

bobapple commented 6 years ago

The role is not uploaded on Ansible Galaxy yet, since it's still in a very early version

slalomsk8er commented 6 years ago

It's a bug in the README.md then?

RossBarnie commented 6 years ago

Yes, we should probably make it clear that this role is still in development and not available on Galaxy at the moment.

TinajaLabs commented 5 years ago

Sadly, the readme still has a bug... ;)

aflatto commented 5 years ago

Misleading line was removed from readme

ltalirz commented 3 years ago

If the misleading line was removed from the readme, then it has been reintroduced:

image

ltalirz commented 3 years ago

P.S.

The role is not uploaded on Ansible Galaxy yet, since it's still in a very early version

Is this still the status quo? Perfection is hard to achieve, but as soon as you would feel comfortable recommending to use this ansible role over the ~40 other "icinga2" roles one currently finds on ansible galaxy, I think it would make sense to release it.

If the issue is just the time to add the deployment, I'm sure many people would be happy to make a PR.

I see you're using molecule for testing; I can add automatic tests on Github Actions, if that would make you feel safer about releasing the role.