Hi, I have been playing around in my homelab with Ansible for a while, but I thought that I should start to challenge myself and start creating Roles and putting them onto Galaxy
So, I have created my first 2 Roles. I wanted to start off with some simple things that I use and would make my life a little easier, so I started with a couple of PiHole related Roles:
PiHole DNS
- This Role is designed to create your DNS & CNAME records on your PiHole Server
- SixteenOne.pihole-dns
PiHole Update
- This Role checks for updates on your PiHole Server and then gives you the option to update
- SixteenOne.pihole-update
Let me know what you think. I tried to copy other documentations to make it easy to understand how it is intended to be used. Any advice/feedback is appreciated
The next one that I have nearly finished is for Creating a User, include Admin Permissions, Passwordless Sudo and make changed to the SSH Config…