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