You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible-homelab/roles/sprat.mergerfs/README.md

1.0 KiB

Ansible Role: mergerfs

Build Status Ansible Galaxy

Install and configure Mergerfs — A featureful union filesystem.

Requirements

None.

Role Variables

See defaults/main.yml.

Dependencies

None.

Example Playbook

- hosts: server
  roles:
    - role: sprat.mergerfs
  vars:
    mergerfs_mounts:
      - path: /mnt/data
        branches:
          - /mnt/data1
          - /mnt/data2
        options: allow_other,use_ino

License

MIT

Author Information

This role was created in 2020 by Sylvain Prat.