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
Cian Hatton 099c29e7d4 wip 3 years ago
..
.github/workflows wip 3 years ago
defaults wip 3 years ago
meta wip 3 years ago
molecule/default wip 3 years ago
tasks wip 3 years ago
vars wip 3 years ago
.flake8 wip 3 years ago
.gitignore wip 3 years ago
.yamllint.yml wip 3 years ago
LICENSE wip 3 years ago
README.md wip 3 years ago
requirements.in wip 3 years ago
requirements.txt wip 3 years ago

README.md

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.