Toy ansible playbook for home server. Not useful for anyone but here I have a place to pull from. Feel free to look but there's much better places to check out.
To use it, I typically run
ansible-playbook -Ki inventory.yml playbook.yml
-i is to indicate the inventory file and -K is to get prompted for the sudo password to elevate privileges.
My sources (not exhaustive, I have anyway not check out the sources fully):
- Jeff Geerling's Ansible for DevOps
- Jeff Geerling's Youtube Channel
- Wolfgang's channel
- A nonending series of random webpages
- ASPM stuff broke, fix!
- Un-comment
- Consider editing lines instead of copying file
- Make sure key used by Ansible is there
- Do not restart if no changes were made
- Put package list in Ansible variable
- Figure out how to deny incoming by default without getting locked out
- Make sure no reloads or restarts happen unless we make a change
- Do not restart if no changes were made
- Use non-deprecated way to trust Docker PPA
- Check out Jeff Geerling's Ansible for Docker
- Do
smbpasswd
with ansible and idempotent
- Set up interface in an idempotent way
- Auto start interface on reboot