debops / ansible-ferm

Manage iptables firewall using ferm
GNU General Public License v3.0
33 stars 20 forks source link

sorry, debops.ferm was not found on https://galaxy.ansible.com #118

Open jsphpl opened 5 years ago

jsphpl commented 5 years ago

Readme states ansible-galaxy install debops.ferm as a way to install the role.

However, when executing it using ansible 2.6.17 (same with 2.7), i get the following error message:

▶ ansible-galaxy install debops.ferm
- downloading role 'ferm', owned by debops
 [WARNING]: - debops.ferm was NOT installed successfully: - sorry, debops.ferm was not found on https://galaxy.ansible.com.

Is the installation method mentioned in readme still available? If not, what's an alterantive?

drybjed commented 5 years ago

The various DebOps roles have been merged into the DebOps monorepo and are available on Ansible Galaxy as a collection, however roles with dependencies might not work as expected due to issues with Galaxy not supporting the correct syntax (debops.ferm should work though). Read this FAQ entry for more details.