Ansible Roles Flashcards Preview

Ansible > Ansible Roles > Flashcards

Flashcards in Ansible Roles Deck (3)
Loading flashcards...
1
Q

A playbook

A

A playbook is a standalone file ansible runs to set up your servers

2
Q

Ansible Roles

A

Can be thought of as a playbook that has been split into multiple files
e.g. One file for tasks, one for variables, one for handlers

3
Q

Ansible Galaxy

A

is a repository for roles people have created for tasks.