Configuration¶
Managed Node¶
Find the hostname of the managed node.
Repo¶
In the homelab-pull
repo, create a host_vars
file with the file name as the hostname, e.g. host_vars/test-debian-1.yaml
.
Add the groups the host is a part of to the pull_groups
list.
Create additional roles if needed.
Update playbook.yml
with which host groups run which roles.
Update variables that being passed into each role. List of variables can be found under roles/<role name>/defaults/main.yaml
.