Ansible: Automation engine used mostly for configuration management
We use Ansible in this project to configure a RaspberryPi.
By configure I mean the installation of packages and the tweak on some defaults of the standard operative system installation 👩💻
- Ansible should be installed in your standard computer (which will be the control node)
- You will need ssh connectivity between the control node and the RaspberryPi
- The RaspberryPi should have Raspbian installed
- This configuration should be done
master branch doesn't contain any code. You should switch to branches step1, step2 and so on and check the files in each of those branches. The files that will be appearing in any incremental checkout will have comments inside to understand them.