ansible-role-raspberry-pi
ansible-role-raspberry-pi copied to clipboard
Configures a Raspberry Pi (running Raspbian).
Found this very useful post on Stackoverflow that uses Ansible's replace module to configure settings in cmdline.txt and thought the clean implementation and purpose fits this project. Original post: https://stackoverflow.com/a/61974725...
Ubuntu for RPi puts `/boot/config.txt` in a different place: `/boot/firmware/config.txt`. Could that be detected automatically, or would it be better to make it configurable as a var?
Ansible fact or create new fact for Pi board revision? Looking for a way to run specific ansible tasks based on the Pi device being 32 or 64 bit. For...