Vars and Playbooks
Let's take a look at the group_vars, host_vars, and playbooks folders in the repository.
We'll cover the following...
group_vars
The group_vars
folder contains the data models applied to groups of
devices found in the hosts
file. This folder contains YAML files
created to contain data models. group_vars
folder matching the
sample hosts
file is as follows:
group_vars
|
---- ENTERPRISE.yml|
---- CAMPUS.yml
---- CAMPUS-CORE.yml
---- CAMPUS-DISTRIBUTION.yml
---- CAMPUS-ACCESS.yml
----
...