Answer Posted / Bipin Gupta
Ansible works by using SSH to connect to remote servers and execute tasks defined in playbooks (YAML files). It manages configuration, application deployment, and orchestration across multiple machines.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to access a variable of the first host in a group?
Suppose you’re using ansible to configure the production environment and your playbook uses an encrypted file. Encrypted files prompt the user to enter passwords. But since ansible is used for automation, can this process be automated?
How to install ansible?
How do I access a variable name programmatically?
Explain in detail about ad-hoc command?
What’s the use of ansible?
List some advantages of using ansible.
Describe your newsletter ansible and who it’s aimed at.
When to use {{}} ? How to interpolate variables or dynamic variable names?
Does ansible support aws?
What are ad-hoc commands? Give an example.
How to create encrypted files using ansible?
What are ad-hoc commands?
How do I write an ansible handler with multiple tasks?
How do I handle different machines needing different user accounts or ports to log in with?