An open API service indexing awesome lists of open source software.

https://github.com/appsilon/ansible-mount-efs


https://github.com/appsilon/ansible-mount-efs

ansible

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

Mount EFS
=========

Role used to mount EFS on EC2 instances.

[![CI](https://github.com/Appsilon/ansible-mount-efs/workflows/CI/badge.svg)](https://github.com/Appsilon/ansible-mount-efs/actions/workflows/ci.yml)
[![Ansible Galaxy](https://img.shields.io/badge/ansible--galaxy-appsilon.mount_efs-blue.svg)](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/)