questions/devops-and-agile/ansible/page/5
Running parallel tasks in Ansible is not ...READ MORE
have a look at this ansible-playbook. It ...READ MORE
This should workout: - name: Create profile_nodeagent: ...READ MORE
Hey @Nisha, according to your error, your ...READ MORE
Hey @Bob, try something like this: ansible-playbook playbook.yml ...READ MORE
You can use the ansible module called ...READ MORE
The cert.pem file is a somehow moving to ...READ MORE
Hey @Hita, use the apt module to ...READ MORE
Hey @Pavan, you can use the following ...READ MORE
You don't really need anything specific. Just ...READ MORE
Hey @Adarsh, try this task definition: --- - hosts: ...READ MORE
Hey @Rajendra, If you wish to perform ...READ MORE
Please check you indentation, remove all spaces ...READ MORE
Hi pravalika, its pretty simple. You just ...READ MORE
Try this: - hosts: web tasks: ...READ MORE
Hey @Alok, an ansible task like this ...READ MORE
Hey, @Asha seems like your registry does ...READ MORE
You can set a ProxyCommand in the ansible_ssh_common_args inventory variable. Any ...READ MORE
I have tried to launch EC2 instance ...READ MORE
You can convert a shell script to ...READ MORE
I have written an ansible task to ...READ MORE
Hey @Hari, you can use the following ...READ MORE
You have to use the following task ...READ MORE
Use an indexed hostname, and then define ...READ MORE
vars_files is not supported for included playbooks ...READ MORE
Hi @neha, you can write your task ...READ MORE
Hey @Vardhan, you're missing out on the ...READ MORE
Hi, I may not sure about the answer ...READ MORE
You can use an ansible task, something ...READ MORE
--- - hosts: dbserver tasks: - name: create a table ...READ MORE
Create a group in the inventory file ...READ MORE
--- - hosts: all become: yes tasks: - name: installing tools yum: ...READ MORE
Use aws_ssm module for this purpose: - name: ...READ MORE
Hey @Jinu, you can try the following ...READ MORE
The best way to do this is: copy ...READ MORE
Hi @Travis, you can use the win_stat ...READ MORE
Use requirements.yml file and running it with: ansible-galaxy install -r ...READ MORE
Actually both are same. hosts file is ...READ MORE
Yes @Nagray, you're right! You can access ...READ MORE
Your role should look something like this: - ...READ MORE
Follow these steps to install ansible using ...READ MORE
Hey @Jugnu, below are Source code management ...READ MORE
Hey @Alia, I faced a similar issue. ...READ MORE
ERROR! Extraneous options or arguments READ MORE
Hey @Hari, In addition to docker-py install the following ...READ MORE
Hey @Travis, you can use the win_stat ...READ MORE
You can try the following workaround. So ...READ MORE
Hey, you can use the k8s module ...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.