Simple home project employing Ansible automation framework for managing Debian distro Linux servers. This project contains few ansible playbooks e.g. playbooks for installing software packages or playbooks for installing applications prerequisites like the Longhorn K8s distributed block storage.
Install requirements using ansible-galaxy with the following command:
ansible-galaxy install -r requirements.yml
You can simply run the playbooks with the following commands:
ansible-playbook addUsersAndPackages.yml
ansible-playbook longhornRequirements.yml