An Ansible collection for the provisioning of my internal home lab and for general learning purposes.
To install the collection run:
ansible-galaxy collection install [email protected]:marknet15/homelab.gitTo include a role, simply specify the fully qualified role name, for example:
include_role: marknet15.homelab.docker_installTo run a playbook from the collection:
ansible-playbook marknet15.homelab.apt_upgrade -i inventoryAt least Ansible v2.9+ is required.