SOFTWARE PROJECT MANAGEMENT
CONFIGURATION MANAGEMENT
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which of the following settings can be found inside ansible configuration file located at /etc/ansible/ansible.cfg
|
Environment variables
|
|
Warnings display behaviour
|
|
Plugins configuration
|
|
List of managed nodes or hosts
|
|
Inventory file location
|
Explanation:
Detailed explanation-1: -The default location for the inventory file is /etc/ansible/hosts. You can also create project-specific inventory files in alternate locations. The inventory file can list individual hosts or user-defined groups of hosts.
Detailed explanation-2: -An Ansible configuration file uses an INI format to store its configuration data. In Ansible, you can overwrite nearly all of the configuration settings either through Ansible playbook options or environment variables.
Detailed explanation-3: -ANSIBLE CONFIG (environment variable if set) ansible. cfg (in the current directory) /. ansible. /etc/ansible/ansible. cfg.
There is 1 question to complete.