diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..1d48032 --- /dev/null +++ b/readme.md @@ -0,0 +1,21 @@ +# Ansible Playbook: NFS Media + +Deploy NFS server for media file sharing. + +## Roles + +This playbook includes the following roles: + +| Role | Description | Repository | +|------|-------------|------------| +| `nfs_server` | NFS server configuration | [role-nfs-server](https://gitlab.simoncor.net/ansible/role-nfs-server) | + +## Variables + +Variables are configured in `vars/shares.yaml`. See [role-nfs-server](https://gitlab.simoncor.net/ansible/role-nfs-server) for available options. + +## Usage + +```bash +ansible-playbook playbook.yaml +```