This repo contains all my Ansible playbooks which I use regularly within my homelab environment. If you would like to clone this repo you would just need to create your own inventory and vars files. You would also need to edit the main playbook host to match your own environment.
📁 root
├─📁 .github
├─📁 playbooks
├─📁 roles
├─🗒️ CHANGELOG.md
├─🗒️ .gitattributes
├─🗒️ .gitignore
├─🗒️ LICENSE
├─🗒️ package.yaml
├─🗒️ README.md
└─🗒️ renovate.json
You would need to start by installing Ansible onto a machine where you would like to run playbooks from.
git clone https://github.com/data-tangles/ansible.git
Below showcases an example playbook being run
ansible-playbook -i /path/to/inventory.ini -u ansible-user -k example_playbook.yml
The documentation site for Ansible has everything you need to setup all components for Ansible so I encourage you to read through it and familiarize yourself with the key concepts.
This repository is provided as is and should be considered as a hobby project. With that being said, please see below on details for support.
- Please submit a new Issue if you encounter any bugs or issues.
- You are welcome to submit a feature request but no timeline or guarantee will be provided regarding implentation thereof.
- The repository will be updated from time to time with fixes and new playbooks.