Which directive is used to define new variables or override existing ones dynamically?
Which command is used to run an Ansible playbook?
Which parameter allows a task to be executed on a different host than the one it is defined on?
Which loop keyword is used to iterate over a list?
Which directive is used to include an entire playbook from another playbook?
What is the file type that contains a series of plays to be executed by Ansible?
What is the term for a single unit of execution in an Ansible playbook that contains tasks?
Which directive is used to gain elevated privileges for running tasks?
What is the smallest unit of work in an Ansible playbook?
Which function is used to retrieve data from external sources or files?
Which parameter lets you run tasks asynchronously without blocking other tasks?
What term refers to the variables automatically gathered by Ansible from managed hosts?
Which module displays information during playbook execution for debugging purposes?
Which function retrieves data from external sources like files or databases?
What is the name for Ansible components that encapsulate sets of tasks and related resources?
Which directive allows you to include an entire playbook within another playbook?
Which module is used to manage packages on Debian-based systems?
Which command is used to manage and download roles from the Ansible Galaxy repository?
Which directive is used to include tasks from another file statically?
Which command is used to create a new role structure in Ansible?
Which parameter allows a task to run in the background while other tasks continue to execute?
Which mode simulates the changes that would be made without actually applying them?
Which directive is used to store the output of a command or task in a variable?
Which function retrieves data from external sources such as files or databases?
Which directive is used to store the result of a task in a variable?
Which directive is used to import an entire playbook within another playbook?
Which mode previews changes without actually applying them?
Which directive is used to include tasks from another file dynamically?
Which loop keyword is used to iterate over a list of items?
Which keyword is used to conditionally execute tasks based on a given condition?
What are the system details gathered by Ansible before executing tasks called?
What are reusable units in Ansible that encapsulate tasks and related resources called?
Which parameter allows a task to run asynchronously and not block the playbook execution?
What is a special type of task that is run only when notified by other tasks?
Which command pulls a playbook from a repository and executes it locally?
Which parameter allows a task to be executed on a different host than the one specified in the playbook?
Which directive includes tasks from another file statically?
Which loop keyword iterates over a list of items?
Which parameter allows a task to run in the background and continue playbook execution?
Which command is used to view and edit Ansible's configuration settings?
Which module is used to render a file from a Jinja2 template?
What is the term for running a playbook in a mode that does not make any changes but shows what would be done?
Which command provides documentation about Ansible modules and plugins?
Which directive allows you to execute a task multiple times with different variables?
What is the default configuration file for Ansible?
Which module is used to display debug messages during playbook execution?
Which directive defines or updates variables dynamically during playbook execution?
Which directive is used to escalate privileges when executing tasks?
Which loop directive is used to iterate over dictionary items?
Which command is used to manage role dependencies and download roles from Ansible Galaxy?
Which module is used to display debug information during playbook execution?
What is the term used to describe Ansible's ability to achieve the same result even if run multiple times?
What is the directory called that contains reusable sets of tasks, handlers, and variables?
Which command is used to view or edit the Ansible configuration?
Which directive is used to execute tasks with elevated privileges?
Which module ensures a specific line in a file is present or absent?
Which module is used to ensure a specific line is present or absent in a file?
Which command is used to pull and execute an Ansible playbook from a remote repository?
Which Ansible component is used to group tasks and variables into reusable units?
Which module is used to apply a Jinja2 template to a file on the remote host?
Which loop directive is used to iterate over a list of items in a task?
Which module is used to manage files from Jinja2 templates?
Where can you define variables that are used throughout an Ansible playbook?
Which module is used to print debug messages during playbook execution?
Which directive sets or updates variables dynamically during playbook execution?
Which command pulls a playbook from a remote repository and runs it?
Which module ensures a particular line in a file is present or absent?
Which module is used to manage packages on Red Hat-based systems?
In which format are Ansible playbooks typically written?
Which command is used to execute a specific playbook and apply its configurations?
What file specifies the list of hosts for Ansible to manage?
What directive is used to trigger a handler when a task changes?
Which directive is used to import an entire playbook into another playbook?
Which command is used to pull a playbook from a Git repository and execute it?
Which module is used to display messages during playbook execution?
Which mode allows you to see what changes would be made without applying them?
Which command is used to encrypt and decrypt files in Ansible?
Which command is used to execute a playbook and show the results?
Which directory in a role is used to store metadata about the role?
What parameter is used to execute tasks with elevated privileges?
Which directive statically includes tasks from another file?