questions/devops-and-agile/ansible
Hey @Laksha, you can view the file ...READ MORE
Hey @Neha, you can use the stats ...READ MORE
The inventory file is loaded before a ...READ MORE
Hi@akhtar, You can find one module in ansible ...READ MORE
Hi@akhtar, You can use the ec2_key module in ...READ MORE
You could use include_role, according to the ...READ MORE
Hi@MD, Ansible has one module that can create ...READ MORE
Hey @Layla, try something like this: - name: ...READ MORE
Hi@Vinodkumar, Did you go through the related question ...READ MORE
Hey @Emily, hope this works - name: Set ...READ MORE
Hi@akhtar, You have to generate the AWS credentials ...READ MORE
Hi@akhtar, Variable in playbooks are very similar to using variables in ...READ MORE
Hey @Camron, you can just encrypt those ...READ MORE
Hey @Shakira, follow these steps: Execute the following ...READ MORE
Hey @Hari, you can use the following ...READ MORE
Hi@akhtar, You can create or remove an S3 ...READ MORE
Hi@akhtar, You can use tags in your inventory ...READ MORE
Was the credentials file configured before you ...READ MORE
root doesn't need a password to switch ...READ MORE
Hi@akhtar, You can create or terminate ECS clusters. ANsible has ...READ MORE
have a look at this ansible-playbook. It ...READ MORE
A vault id is an identifier for ...READ MORE
Remove the previous processes before running this ...READ MORE
ec2_vpc_subnet is support from Ansible version 2.0 and ...READ MORE
You are missing the settings for your ...READ MORE
Hi@akhtar, Handlers are just like normal tasks in an Ansible ...READ MORE
Yes @Donna, you can execute a module ...READ MORE
Hi@Shambhavi, You can use tags in your task. ...READ MORE
Hey @Neel, you can fetch that information ...READ MORE
You can have three roles under /etc/ansible/roles -prerequisites -mongodb -nodejs under /etc/ansible ...READ MORE
The yaml python package is provided by the PyYAML pip ...READ MORE
Hey @Jeena, you should find it at /etc/tower/conf.d/remote_host_headers.py, ...READ MORE
Check this out. https://github.com/geerlingguy/ansible-role-jenkins H ...READ MORE
Hey @Kiara, f you want to make my_dir available to ...READ MORE
You should use a requirements.yml file for this use-case. ...READ MORE
Het @Peter, try something like this: - name: ...READ MORE
This should workout: - name: Create profile_nodeagent: ...READ MORE
To create a directory using Ansible, you ...READ MORE
Hey @Neha, you can create NLB using ...READ MORE
You can just use {{ ansible_ssh_host }} Inventory: [my_hosts] my_host ansible_ssh_host=127.0.0.1 ...READ MORE
Hey @laksha, you can wrap it into ...READ MORE
If you are creating a new file ...READ MORE
Any string marked no-log, including passwords, are ...READ MORE
I have tried to launch EC2 instance ...READ MORE
Hey @Ganga, As the error message says, ...READ MORE
These are the requirements for the host ...READ MORE
Hey @Bob, try something like this to ...READ MORE
Hi @Vivek So basically when you are working ...READ MORE
Ansible provides a huge variety of plugins ...READ MORE
Hi@akhtar, You can use the docker_container module 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.