I'm learning Ansible, and as a first project I created this repo to automate my hosts. Right now my only host is a Raspberry Pi 3b.
- Connection: Ping to host.
- Update: Updates everything on the host.
ansible-playbook main_playbook.yml
I would appreciate any suggestion or comment!