questions/devops-and-agile/ansible
Hi@akhtar, Ansible has a module named service. This ...READ MORE
Try this: - hosts: web tasks: ...READ MORE
Hi@akhtar, You need to write one program file ...READ MORE
Hi@akhtar, A dynamic inventory script will cache results to ...READ MORE
Hi@akhtar, In a configuration especially a cloud setup such ...READ MORE
Hi@akhtar, It seems you need to download some ...READ MORE
Here is what you can try. If you ...READ MORE
Hi@akhtar, You can use the docker_container module in ...READ MORE
Hey @Laksha, I think an older version ...READ MORE
Hey @Monish I figured what my issue ...READ MORE
Depends on the version you're using. I'm ...READ MORE
Hey @Kavya, try something like this: - name: ...READ MORE
I think you have not configured your ...READ MORE
Hi@Vicky, By default, if one task fails, then ...READ MORE
You can try the run_once attribute: Example from ...READ MORE
If you try using the host that ...READ MORE
Hi@akhtar, You can't use content and src argument ...READ MORE
Hi@akhtar, Ask_pass is the control module in an ...READ MORE
Hi@MD, You can use lineinfile module in Ansible. ...READ MORE
I'm setting up new Ansible control node, ...READ MORE
Dear team, I'm trying to execute MySQL , ...READ MORE
- ...READ MORE
Hey @Rahul thanks for a better question ...READ MORE
Hyphen - is used to specify list ...READ MORE
Hi@akhtar, You need to use the package module in Ansible. ...READ MORE
Add both your static and dynamic inventories ...READ MORE
Hi, I may not sure about the answer ...READ MORE
You get this error because ansible was ...READ MORE
Ansible notation isn't the same as YAML ...READ MORE
Hi@akhtar, To avoid this you need to set ...READ MORE
Adding to @Farookh's answer, if the inventory ...READ MORE
Hi@akhtar, We can create a volume docker resource ...READ MORE
You'll need a requirements.yaml file which will ...READ MORE
Hi@akhtar, To configure your inventory dynamically you need ...READ MORE
Try this to get a list of ...READ MORE
Cobbler is a Linux installation server that ...READ MORE
Ansible is a configuration management tool whereas ...READ MORE
You could make your task an asynchronous action by ...READ MORE
Hi@M, You can use the below-given example. - name: ...READ MORE
Check your python version. It should be ...READ MORE
Hey @Ruth, you seem to have made ...READ MORE
The strategy plugin tells Ansible how to order multiple ...READ MORE
Run these commands to enable logging before ...READ MORE
Hi@akhtar, You can use the filter keyword in your ...READ MORE
Hey @Jolly, You can use the --vault-password-file option for ansible-vault non-interactive ...READ MORE
Hi@akhtar, When we try to login to AWS ...READ MORE
Hi@akhtar, Ansible has a module that can create ...READ MORE
Hi@Konakanchl, I guess you need to give your ...READ MORE
Hi@akhtar, You can control the playbook from 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.