{"id":21400286,"url":"https://github.com/oefenweb/ansible-nfs-client","last_synced_at":"2025-03-16T15:55:10.910Z","repository":{"id":53682634,"uuid":"309711230","full_name":"Oefenweb/ansible-nfs-client","owner":"Oefenweb","description":"Ansible role to set up NFS in Debian-like systems (client side)","archived":false,"fork":false,"pushed_at":"2023-11-02T11:05:37.000Z","size":38,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-23T02:44:41.830Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Oefenweb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-03T14:26:46.000Z","updated_at":"2023-07-22T02:41:18.000Z","dependencies_parsed_at":"2023-02-08T19:15:38.932Z","dependency_job_id":"c34bf7e7-212d-4337-a4e8-7697afde629b","html_url":"https://github.com/Oefenweb/ansible-nfs-client","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oefenweb%2Fansible-nfs-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oefenweb%2Fansible-nfs-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oefenweb%2Fansible-nfs-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oefenweb%2Fansible-nfs-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Oefenweb","download_url":"https://codeload.github.com/Oefenweb/ansible-nfs-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243893905,"owners_count":20364916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-22T15:20:37.827Z","updated_at":"2025-03-16T15:55:10.871Z","avatar_url":"https://github.com/Oefenweb.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"## nfs-client\n\n[![CI](https://github.com/Oefenweb/ansible-nfs-client/workflows/CI/badge.svg)](https://github.com/Oefenweb/ansible-nfs-client/actions?query=workflow%3ACI)\n[![Ansible Galaxy](http://img.shields.io/badge/ansible--galaxy-nfs--client-blue.svg)](https://galaxy.ansible.com/Oefenweb/nfs_client/)\n\nSet up NFS in Debian-like systems (client side)\n\n#### Requirements\n\nNone\n\n#### Variables\n\n* `nfs_client_mounts`: [default: `[]`]: Shares to mount\n* `nfs_client_mounts.{n}.src`: [required]: The remote path to the share (e.g. `192.168.1.10:/home`)\n* `nfs_client_mounts.{n}.path`: [required]: The local path where the share should be mounted (e.g. `/home`)\n* `nfs_client_mounts.{n}.state`: [default: `'mounted'`]: State\n* `nfs_client_mounts.{n}.fstype`: [default: `'nfs'`]: Filesystem type (e.g. `nfs4`)\n* `nfs_client_mounts.{n}.opts`: [optional]: Mount options, see `fstab(5)`\n* `nfs_client_mounts.{n}.dump`: [optional]: Dump, see `fstab(5)`\n* `nfs_client_mounts.{n}.passno`: [optional]: Passno, see `fstab(5)`\n\n## Dependencies\n\nNone\n\n## Recommended\n\n* `ansible-nfs-server` ([see](https://github.com/Oefenweb/ansible-nfs-server))\n\n#### Example\n\n```yaml\n---\n- hosts: all\n  roles:\n    - oefenweb.nfs-client\n  vars:\n    nfs_client_mounts:\n      - src: 192.168.1.10:/home\n        path: /home\n ```\n\n#### License\n\nMIT\n\n#### Author Information\n\n* Mischa ter Smitten\n\n#### Feedback, bug-reports, requests, ...\n\nAre [welcome](https://github.com/Oefenweb/ansible-nfs-client/issues)!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foefenweb%2Fansible-nfs-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foefenweb%2Fansible-nfs-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foefenweb%2Fansible-nfs-client/lists"}