81833/how-to-create-a-role-in-ansible
Hi Guys,
I am new to Ansible. I want to create one role so that I can upload this. How can I create one role in Ansible?
Hi@akhtar,
You can create a role in Ansible using the ansible-galaxy command. So you need to initialize your folder as shown below.
$ ansible-galaxy init web - Role web was created successfully
Hi@akhtar, You can use the ec2_group module in ...READ MORE
You can read install and setup apache ...READ MORE
If you are creating a new file ...READ MORE
Check your python version. It should be ...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 tags in your inventory ...READ MORE
Hi@akhtar, Variable in playbooks are very similar to using variables in ...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.