A very basic disk partitioning tool (Used in conjunction with ansible-nas and ansible-plex in my setup)
You will need the community.general and ansible.posix to use this module.
Install them with my setup script
OR
ansible-galaxy collection install community.general
ansible-galaxy collection install ansible.posix
OR
You can include the collections in your own requirements.yml
See here
None
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
---
- hosts: 127.0.0.1
connection: local
become: true
roles:
- ansible-partition
MIT
@SystemFiles - https://sykesdev.ca