07. Ansible Review & Quiz

ND#9991 C03 L04 A07 Outro

Ansible Review

Ansible Review

Please make sure you have learned the following before taking the quiz:

  • Ansible templates
  • Ansible systemd
  • Ansible conditionals
  • Ansible package installs
  • Ansible inventory
  • Ansible roles

Ansible Review Quiz 1

To control the starting and stopping of a Daemon process what do we use?

SOLUTION: Systemd

Ansible Review Quiz 2

To set up a configuration file with the correct values what do we use?

SOLUTION: Template

Ansible Review Quiz 3

When orchestrating the execution of tasks on servers what do we use?

SOLUTION: Inventory

Ansible Review Quiz 4

To bundle a set of actions together what do we use?

SOLUTION: Role