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.git
To include a role, simply specify the fully qualified role name, for example:
include_role: marknet15.homelab.docker_install
To run a playbook from the collection:
ansible-playbook marknet15.homelab.apt_upgrade -i inventory
At least Ansible v2.9+ is required.