Skip to content

data-tangles/ansible

Repository files navigation

ansible

HitCount

Ansible

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
├─🗒️ README.md
├─🗒️ package.yaml
└─🗒️ {playbook}.yml

Table of Contents

Getting started

Install Ansible

You would need to start by installing Ansible onto a machine where you would like to run playbooks from.

Clone Repository

git clone https://github.com/data-tangles/ansible.git

Examples

Below showcases an example playbook being run

ansible-playbook -i /path/to/inventory.ini -u ansible-user -k example_playbook.yml

Additional Information

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.

Support

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.

Issues

  • Please submit a new Issue if you encounter any bugs or issues.

Feature Requests

  • You are welcome to submit a feature request but no timeline or guarantee will be provided regarding implentation thereof.

Updates

  • The repository will be updated from time to time with fixes and new playbooks.