An example of provisioning using Ansible for Raspberry Pi
This example yml file is designed for Raspbian OS (Verified on Raspberry Pi Zero W/WH) and provisions below:
- NTP configuration
- Docker installation
You have to configure files below:
- ./inventory/inventory.ini
- ./roles/common/geerlingguy.docker_arm/defaults/main.yml
- ./roles/common/geerlingguy.ntp/defaults/main.yml
Type the command below.
$ ansible-playbook -i inventory/inventory.ini raspberry_pi raspbian_provisioning.yml
MIT