python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Automation Hub collections by AWX
On my AWX System I've configure collection in requirement.yml and all is fine.
Now, I need to insert another collection providing by Automation Hub. That's means the source is in another place. I've r...
hiero-nymus
Votes: 0
Answers: 0
Issue with installing ansible-galaxy azure.azcollection
[root@jenkins-dev playbooks]# ansible-galaxy collection install azure.azcollection
ERROR! Unexpected Exception, this is probably a bug: cannot import name 'CollectionRequirement' from 'ansible.galaxy...
bharath Reddy Boppidi
Votes: 0
Answers: 1
How to ignore missing role error on Ansible
We have an ansible project using a lot of roles which are not included in the same git repository (I will refer to it as external roles). We use ansible-galaxy with a requirements.yml file to install ...
Charly Roch
Votes: 0
Answers: 1
Which tools use the "tests" directory in an Ansible role by default?
The ansible-galaxy tool can create a skeleton of an Ansible role. (ansible-galaxy role init myrolename) Inside is a tests directory, but the Ansible documentation does not mention what it's for. Presu...
De117
Votes: 0
Answers: 1