ansible galaxy help code example
Example 1: ansible-galaxy init
$ ansible-galaxy init test-role-1
Example 2: ansible-galaxy install to specific directory
ansible-galaxy install example_role -p ~/DevOps/IaC/roles
$ ansible-galaxy init test-role-1
ansible-galaxy install example_role -p ~/DevOps/IaC/roles