docs: add readme
This commit is contained in:
parent
b442c90173
commit
911ba6fa8f
1 changed files with 21 additions and 0 deletions
21
readme.md
Normal file
21
readme.md
Normal file
|
|
@ -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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue