geerlingguy / ansible-role-raspberry-pi

Configures a Raspberry Pi (running Raspbian).
https://galaxy.ansible.com/geerlingguy/raspberry-pi/
MIT License
108 stars 19 forks source link

Adds cmdline.txt configuration support. #5

Open cadusk opened 3 years ago

cadusk commented 3 years ago

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 Original author: https://stackoverflow.com/users/2584475/jack