DevOps Questions
The default location of the ansible.cfg file is:
Which command will you use to test the connectivity to the host from the master server and make sure that it actually works?
With Ansible you can only use SSH key as it does not work with SSH password.
Which Ansible command will you use to install Apache on Ubuntu host?
What language is an Ansible playbooks are written in by default?
Which of the following values would give you the hostname of the remote host in your Ansible Playbook?
What are Ansible ad-hoc commands?
Which command will you use to run a playbook called install.yaml with Ansible?
What does 'become: yes' mean in Ansible playbooks?
Ansible is an open-source agentless automation tool that enables you to easily configure and deploy systems.