You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It was formerly possible to install this role standalone using the command ansible-galaxy install debops.sshd. Upon so doing now, the main debops role is downloaded to the roles directory under the name debops.sshd, which provides the false illusion that the role has been properly downloaded and is ready for use.
This is a rather inconvenient turn of events which seems to be impacting other roles in the debops collection too. It means the README in the root of the repo is, sadly, wrong. It also makes use of these roles in standalone environments much harder as the standard Ansible tooling cannot be used to obtain them.
I'm not sure if this is an upstream change at Ansible Galaxy, and I have not investigated the packaging process used by these roles in enough detail to determine what, if anything, might be a good next step.
The text was updated successfully, but these errors were encountered:
The old standalone DebOps repositories have been removed from Ansible Galaxy, because they are no longer actively maintained. The project development has been moved to the DebOps monorepo which is also published on the Ansible Galaxy. Unfortunately, the ansible-galaxy tool does not understand the multi-role format supported by Galaxy, but the newer mazer tool does and it can be used to install the DebOps roles correctly.
Yes, some of the old repositories have already been archived, I want to deal with the issues/pull requests in the rest of them before archiving. I suppose that adding an information about the migration to the repository description might be a good idea as well.
It was formerly possible to install this role standalone using the command
ansible-galaxy install debops.sshd
. Upon so doing now, the maindebops
role is downloaded to the roles directory under the namedebops.sshd
, which provides the false illusion that the role has been properly downloaded and is ready for use.This is a rather inconvenient turn of events which seems to be impacting other roles in the debops collection too. It means the
README
in the root of the repo is, sadly, wrong. It also makes use of these roles in standalone environments much harder as the standard Ansible tooling cannot be used to obtain them.I'm not sure if this is an upstream change at Ansible Galaxy, and I have not investigated the packaging process used by these roles in enough detail to determine what, if anything, might be a good next step.
The text was updated successfully, but these errors were encountered: