Code Monkey home page Code Monkey logo

Comments (2)

rndmh3ro avatar rndmh3ro commented on June 14, 2024 1

This works for me:

> ansible-galaxy collection install devsec-hardening-9.0.0.tar.gz --force
Starting galaxy collection install process
Process install dependency map
Starting collection install process
Installing 'devsec.hardening:9.0.0' to '/home/segu/dev/collections/ansible_collections/devsec/hardening'
devsec.hardening:9.0.0 was installed successfully
'ansible.posix:1.4.0' is already installed, skipping.
'community.crypto:2.4.0' is already installed, skipping.
'community.general:7.2.0' is already installed, skipping.
'community.mysql:3.4.0' is already installed, skipping.

This part of your error message

Calling Galaxy at https://galaxy.ansible.com/api/
Found

makes me think that you don't have access to the galaxy. This found looks like a redirect or something.

Try downloading all required collections and install them:

- name: devsec-hardening-9.0.0.tar.gz
- name: ansible-posix-1.5.4.tar.gz
- name: community-mysql-3.8.0.tar.gz
- name: community-crypto-2.16.1.tar.gz
- name: community-general-8.1.0.tar.gz
``

from ansible-collection-hardening.

Paddy-CH avatar Paddy-CH commented on June 14, 2024

Yep - downloading and installing the dependencies allowed me to install. Many thanks for taking the time to reply.

from ansible-collection-hardening.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.