Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 896 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 896 Bytes

ansible-meetup :octocat:

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 👩‍💻

Requirements ⚠️

  • 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

How to work with this code

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.