https://github.com/appsilon/ansible-mount-efs
https://github.com/appsilon/ansible-mount-efs
ansible
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/appsilon/ansible-mount-efs
- Owner: Appsilon
- License: mit
- Created: 2022-03-09T09:31:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T14:17:16.000Z (over 1 year ago)
- Last Synced: 2025-06-05T13:48:06.914Z (7 months ago)
- Topics: ansible
- Language: Jinja
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Mount EFS
=========
Role used to mount EFS on EC2 instances.
[](https://github.com/Appsilon/ansible-mount-efs/actions/workflows/ci.yml)
[](https://galaxy.ansible.com/appsilon/mount_efs)
Requirements
------------
* `binutils`, `git` (will be installed)
Role Variables
--------------
* `efs_mount_dir` [default: `/efsmnt`]: Directory name where EFS will be mounted
* `efs_file_system_id`: EFS filesystem ID to mount
Dependencies
------------
None.
Example Playbook
----------------
```yaml
- hosts: all
roles:
- mount-efs
```
License
-------
MIT
Author Information
------------------
[`Appsilon`](https://appsilon.com/)