Prepare your Raspberry PI (64 bit architecture) to be managed by Ansible.
bootstrap_packages: list of initial packages to be installed
bootstrap_kernel_parameters: enable/disable kernel parameters
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
---
- hosts: all
roles:
- { role: enr0s.ansible-role-bootstrap }
Apache-2.0