An Ansible role for automatically expanding the root filesystem of a Raspberry Pi running CentOS.
Find it on Ansible Galaxy!
- Requires growpart (which is pre-installed in CentOS 7 for Raspberry Pi!)
This role does not have any variables.
This role does not have any dependencies.
- hosts: servers
roles:
- role: AJ1701.raspi-expand-rootfs-centos
become: yes
Charles Korns' license can be found in LICENSE.charleskorn.raspi-expanded-rootfs
ajski1701's license can be found in LICENSE
Based off of the original Ansible playbook for Raspbian by Charles Korn ([email protected]). His original repository can be found at https://github.com/charleskorn/raspi-expanded-rootfs
Modified for CentOS 7 ARM by A.J.. Please see my GitHub account for my contact email.
Submit issues and pull requests on GitHub at https://github.com/ajski1701/raspi-expand-rootfs-centos.