questions/devops-and-agile/ansible
Check this out. https://github.com/geerlingguy/ansible-role-jenkins H ...READ MORE
According to the official docs, this module ...READ MORE
I have written an ansible task to ...READ MORE
Hey, you can use the k8s module ...READ MORE
Hey @Shakira, follow these steps: Execute the following ...READ MORE
Hey @Travis, you can use the win_stat ...READ MORE
root doesn't need a password to switch ...READ MORE
Hi@Shambhavi, You can use tags in your task. ...READ MORE
Add the following as an argument to ...READ MORE
This should workout: - name: Create profile_nodeagent: ...READ MORE
Hi@akhtar, You have to generate the AWS credentials ...READ MORE
You are missing the settings for your ...READ MORE
If your Ansible inventory fluctuates over time, ...READ MORE
You can use the lineinfile module for ...READ MORE
Hey @Jinu, you can try the following ...READ MORE
Hey @Nisha, you can use the block/rescue ...READ MORE
If you're restoring to a new cluster, ...READ MORE
Hi, Try to ping your all nodes. There ...READ MORE
Hey @Dipti, have a look at the ...READ MORE
You can try the following workaround. So ...READ MORE
Hi@akhtar, You can find one module in ansible ...READ MORE
Hey @Jeena, you should find it at /etc/tower/conf.d/remote_host_headers.py, ...READ MORE
Hey @Jones, to study Ansible, first go ...READ MORE
Follow these steps @Ruth: Generate ssh key ssh-keygen Check the ...READ MORE
Hey @Neha, you can use the stats ...READ MORE
You can just use {{ ansible_ssh_host }} Inventory: [my_hosts] my_host ansible_ssh_host=127.0.0.1 ...READ MORE
These are the requirements for the host ...READ MORE
You can use the details given in ...READ MORE
Remove the previous processes before running this ...READ MORE
Hi @hannah, have a look at this, ...READ MORE
Hi@akhtar, You can use tags in your inventory ...READ MORE
Hey @Layla, try something like this: - name: ...READ MORE
Hi@akhtar, You can use the docker_container module in ...READ MORE
Hey @Den, try something like this: - hosts: ...READ MORE
Hi, It depends on your use case. For ...READ MORE
Any string marked no-log, including passwords, are ...READ MORE
Hi@Vinodkumar, Did you go through the related question ...READ MORE
Hey @Emily, hope this works - name: Set ...READ MORE
You can use an ansible task, something ...READ MORE
Hi@MD, Ansible has one module that can create ...READ MORE
You can do this, make your playbook ...READ MORE
Cache plugins allow Ansible to store gathered facts ...READ MORE
Hi @Isha, Go to /etc/ansible/ansible.cfg In the default section ...READ MORE
The yaml python package is provided by the PyYAML pip ...READ MORE
Ansible has a lot of advantages, like ...READ MORE
Hey @Karthik, you don't really have to ...READ MORE
Hi @Hannah, this ansible task should do ...READ MORE
Hi@Shashi, Ansible has one module named ec2. This is ...READ MORE
Hi@akhtar, Sometimes you want to repeat a task ...READ MORE
Follow these steps: Use the following command in ...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.