questions/devops-and-agile/ansible
Use some other variable instead of PATH. READ MORE
Define tags... Then while running playbook use --skip-tags. READ MORE
You can set a ProxyCommand in the ansible_ssh_common_args inventory variable. Any ...READ MORE
Hey @Kiara, Check your python version, uninstall ...READ MORE
Hi@Jp, You need to create your own customized ...READ MORE
Hi@akhtar, You can use a module named Cron ...READ MORE
Try this out: --- - hosts: all become: yes tasks: - name: ...READ MORE
Hi@akhtar, This is because your system does not ...READ MORE
The best way to do this is: copy ...READ MORE
Hi@akhtar, You can use the file module in ...READ MORE
Hi@akhtar, Ansible role is a part of ansible-galaxy. ...READ MORE
Hi@akhtar, The sshpass software is not part of ...READ MORE
Hey @Anil, download the artifactory(.tar.gz) file and ...READ MORE
Follow these steps to install ansible using ...READ MORE
Yes @Nagray, you're right! You can access ...READ MORE
Actually both are same. hosts file is ...READ MORE
You can also create a kubernetes namespace ...READ MORE
Hi@akhtar, I think there is a problem with ...READ MORE
Hey, @Asha seems like your registry does ...READ MORE
--- - hosts: dbserver tasks: - name: create a table ...READ MORE
Hey There, @here is an example for your ...READ MORE
Hi@akhtar, You can use the mount module in ...READ MORE
Hi @neha, you can write your task ...READ MORE
the correct syntax for the var file ...READ MORE
Hey @Vardhan, you're missing out on the ...READ MORE
Hey @Alia, I faced a similar issue. ...READ MORE
Hey @Jugnu, below are Source code management ...READ MORE
Hey @Roshan, ansible provides wiht AWS module ...READ MORE
Here is a more complete answer for ...READ MORE
You cannot achieve it using the git ...READ MORE
The below playbook should be good enough: - ...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
Here is the example playbook to ensure ...READ MORE
This can work out for you: - name: ...READ MORE
Hey @Bhupan, I think your file is ...READ MORE
YAML files are very sensitive about the ...READ MORE
Try and add path in .bashrc or ...READ MORE
Also, remove the execute permission for the ansible ...READ MORE
Ansible by default gathers facts about machines ...READ MORE
On Ansible Tower, go to Settings > ...READ MORE
Hey @Yash, you could either use file module ...READ MORE
Hi@akhtar, You can give the task name in ...READ MORE
Hi@akhtar, You need to use the setup module to ...READ MORE
Your role should look something like this: - ...READ MORE
Hey @Tom, you can use the lookup ...READ MORE
Hey @Ram, you could use a dockerfile ...READ MORE
Hi@akhtar, You can pass variable on the command ...READ MORE
Hi@akhtar, You can find one module in Ansible ...READ MORE
Adding to @Mohit's answer, For CentOS and RHEL: sudo ...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.