questions/devops-and-agile/ansible
Have a look at this, it might ...READ MORE
Solution is to update epel. https://access.redhat.com/solutions/3358 Try and let ...READ MORE
Hey @Kiara, Check your python version, uninstall ...READ MORE
Hi@Jp, What output you are getting? Your playbook ...READ MORE
Hi@akhtar, You are getting this error because when ...READ MORE
Hi@M, You can use the below-given example. - name: ...READ MORE
Hi @Vivek So basically when you are working ...READ MORE
The below gives an example of creating ...READ MORE
Try this out: --- - hosts: all become: yes tasks: - name: ...READ MORE
Hey @Anil, download the artifactory(.tar.gz) file and ...READ MORE
Go to your boto config file, and ...READ MORE
Use requirements.yml file and running it with: ansible-galaxy install -r ...READ MORE
Hey @Alia, I faced a similar issue. ...READ MORE
Hey @Sitara, I just found it is because ...READ MORE
Hi, I may not sure about the answer ...READ MORE
ansible-playbook test.yml --extra-vars "arg1=${var1} arg2=${var2}" Use is like ...READ MORE
Hi, Roles: Roles containing certain vars_files, tasks, and handlers ...READ MORE
This has been happening to a lot ...READ MORE
Here is concept which you can follow. blockinfile is ...READ MORE
Ansible notation isn't the same as YAML ...READ MORE
You can try the run_once attribute: Example from ...READ MORE
I hadn't created the ssh connection between ...READ MORE
I want to check package kexec in ...READ MORE
It is important to gather data from ...READ MORE
in windows i have 6 folders this ...READ MORE
Hi all, I am getting below error while ...READ MORE
I want to copy a folder (k-uat) ...READ MORE
Able to connect ansible and remote servers ...READ MORE
I am creating Ec2 instance using Ansible ...READ MORE
This is the yml file: - name: Update ...READ MORE
Dear team, I'm trying to execute MySQL , ...READ MORE
I'm setting up new Ansible control node, ...READ MORE
Hi@Vinodkumar, Did you go through the related question ...READ MORE
Hi@Vicky, By default, if one task fails, then ...READ MORE
Hi@akhtar, It depends on your requirement. According to ...READ MORE
Hi@akhtar, An Amazon ECS cluster is a logical grouping of ...READ MORE
Hi@akhtar, An Amazon ECS service enables you to run and ...READ MORE
Hi@akhtar, You can create or terminate ECS clusters. ANsible has ...READ MORE
Hi@akhtar, You can create an EC2 snapshot from an existing ...READ MORE
Hi@akhtar, Ansible has one module to copy AMI ...READ MORE
Hi@akhtar, You can create or remove an S3 ...READ MORE
Hi@MD, Ansible has one module that can create ...READ MORE
Hi@akhtar, Sometimes it is required to encrypt the ...READ MORE
Hi@akhtar, Ansible has a module that can create ...READ MORE
Hi@akhtar, Ansible has a pip module to install ...READ MORE
Hi@Manny, Every application has some dependencies. Then only ...READ MORE
Hi@akhtar, Every application has some dependencies. Then only ...READ MORE
Hi@Shashi, Ansible has one module named ec2. This is ...READ MORE
Do have access to all 1000 machines? ...READ MORE
Why ansible in particular? You can use ...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.