Top "Ansible-galaxy" questions

Use this tag for questions regarding Ansible Galaxy (a site for publishing and downloading the roles) and the `ansible-galaxy` command-line tool.

How to automatically install Ansible Galaxy roles?

All my Ansible playbooks/roles are checked in to my git repo. However, for Ansible Galaxy roles I always have …

ansible ansible-playbook ansible-galaxy
Ansible Galaxy roles install in to a specific directory?

So I figured I should start using Ansible Galaxy when possible, instead of writing my own roles. I just installed …

kubernetes ansible ansible-galaxy
Ansible-galaxy throws ImportError: No module named yaml

When I try to install ansible role, I see this exception. $ ansible-galaxy install zzet.postgresql Traceback (most recent call last): …

macos ansible ansible-galaxy
Running Oracle SQL scripts with Ansible playbook

A look at the core database modules in Ansible documentation shows no signs of a module for Oracle. What is …

oracle ansible ansible-playbook ansible-galaxy
How to fix following ansible galaxy SSL error?

Started learning Ansible and want to facilitate ansible-galaxy search nginx command, but I'm getting: ERROR! Unknown error when attempting to …

ssl ansible ubuntu-18.04 ansible-galaxy
Ansible roles/packages - Ansible Galaxy - error on installation MAC OSX

Im trying to install ansible-galaxy roles on Mac OS X El Capitan via CLI $ ansible-galaxy install -r requirements.yml I …

python ansible ansible-galaxy