No student devices needed. Know more
11 questions
What is Ansible?
An automation platform
A programming language
A GUI interface for programming language interpreter
A device
Ansible playbooks are written in ?
ChefDSL
Groovy
Python
YAML
Which command will you use to run a playbook called install.yaml with Ansible?
ansible install.yml
ansible -p install.yml
ansible --playbook install.yml
ansible-playbook install.yml
Which argument will you use to specify a variable for your Ansible playbook?
f
e
b
a
Ansible playbooks are the basis for a really simple configuration management and multi-machine deployment system, unlike any that already exist, and one that is very well suited to deploying complex applications.
True
False
What does 'become: yes' mean in Ansible playbooks?.
It means that the service needs to be started once installed
It means that we would run all commands as root
It means that the worker node should become a manager node
It means that the command must be retried until it succeeds.
What are the uses of Ansible?.
Free
OS
Push oriented
None.
What is Ansible Galaxy?
installing, creating, and managing roles
managing roles at a more enterprise-level
module library
creating, and managing roles
Ansible is agentless on windows and linux managed nodes?
True
False
Controller node can be Windows host?.
True
False.
What are Ansible Vaults, and why are they used?.
Ansible Vault is a feature that allows keeping all your secrets safe.
It can destroy encrypted files.
lookup plugin.
Ansible Vault is not easy to set up.
Explore all questions with a free account