81830/how-to-list-down-all-the-roles-in-ansible
Hi Guys,
I have downloaded some roles in Ansible. Now I want to see how many roles I have in my Ansible. How can I check that?
Hi@akhtar,
Ansible role is a part of ansible-galaxy. So you need to use the ansible-galaxy command to list down all the roles in your Ansible controller node.
$ ansible-galaxy list # /etc/myroles - web, (unknown version)
Hi@akhtar, Ansible registers module used to capture/store the ...READ MORE
Hi@akhtar, You need to use the setup module to ...READ MORE
Hi@akhtar, To run any playbook in the local ...READ MORE
Hi@akhtar, Ansible has a very attractive command named ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hi@akhtar, You can use the option --list-hosts. It will ...READ MORE
Hi@akhtar, You can find one argument in the ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.