t2d / ansible-rpi_expandfs

Ansible role for expanding the raspberrypi file system after flushing the linux os image to sd-card.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible role: rpi_expandfs

MIT licensed Galaxy Role

Ansible role for expanding the raspberrypi file system after flushing the linux os image to sd-card.

Requirements

NOTE: Role requires Fact Gathering by ansible!

One of the following OS (or deriviatives):

  • Debian jessie (Raspbian, Minibian)
  • Centos 7

The role installs parted and raspi-config packages as dependencies

Role Variables

None

Dependencies

None

Example Playbook

- hosts: rpi
  gather_facts: yes
  roles:
  - drew-kun.rpi_expandfs

License

MIT

Author Information

Andrew Shagayev | e-mail

About

Ansible role for expanding the raspberrypi file system after flushing the linux os image to sd-card.

License:MIT License