questions/devops-and-agile/ansible
Hi@akhtar, You can use a module named Cron ...READ MORE
You can set a ProxyCommand in the ansible_ssh_common_args inventory variable. Any ...READ MORE
Did you try using this? https://docs.ansible.com/ansible/latest/colle ...READ MORE
Hi@Jp, You need to create your own customized ...READ MORE
Hey, @Asha seems like your registry does ...READ MORE
Hey @Anil, download the artifactory(.tar.gz) file and ...READ MORE
Try thhis out: --- - hosts: hosts tasks: ...READ MORE
Yes @Nagray, you're right! You can access ...READ MORE
Follow these steps to install ansible using ...READ MORE
Hi@akhtar, This is because your system does not ...READ MORE
Hi@akhtar, I think there is a problem with ...READ MORE
Hey @Vardhan, you're missing out on the ...READ MORE
Hi@akhtar, You can use rekey keyword in your ...READ MORE
--- - hosts: dbserver tasks: - name: create a table ...READ MORE
Hey There, @here is an example for your ...READ MORE
Hi@akhtar, The --start-at-task option allows you to start ...READ MORE
Here is the example playbook to ensure ...READ MORE
Hi@akhtar, You need to log in to your ...READ MORE
Hey @Hari, In addition to docker-py install the following ...READ MORE
Use requirements.yml file and running it with: ansible-galaxy install -r ...READ MORE
Hey @Roshan, ansible provides wiht AWS module ...READ MORE
This can work out for you: - name: ...READ MORE
You cannot achieve it using the git ...READ MORE
YAML files are very sensitive about the ...READ MORE
Actually both are same. hosts file is ...READ MORE
Try and add path in .bashrc or ...READ MORE
Hi @neha, you can write your task ...READ MORE
Hi@akhtar, The sshpass software is not part of ...READ MORE
Hey @Ram, you could use a dockerfile ...READ MORE
Hey @Alia, I faced a similar issue. ...READ MORE
Hi@akhtar, You can use the file module in ...READ MORE
the correct syntax for the var file ...READ MORE
Your role should look something like this: - ...READ MORE
The below playbook should be good enough: - ...READ MORE
Adding to @Mohit's answer, For CentOS and RHEL: sudo ...READ MORE
Hi@akhtar, You can use the mount module in ...READ MORE
Hey @Bob, try something like this: ansible-playbook playbook.yml ...READ MORE
You can also create a kubernetes namespace ...READ MORE
You can use a playbook for this ...READ MORE
Should you wish to change your password ...READ MORE
Here is a more complete answer for ...READ MORE
Hey @Yash, you could either use file module ...READ MORE
Hey @Reshma, You can use the URI ...READ MORE
Hey @Bhupan, I think your file is ...READ MORE
Your identation is wrong and when is ...READ MORE
Ansible by default gathers facts about machines ...READ MORE
I'm not aware of any built-in method ...READ MORE
On Ansible Tower, go to Settings > ...READ MORE
Hi@akhtar, You can find one module in Ansible ...READ MORE
Hey @Ananya, make sure of these following ...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.