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

https://github.com/anmolnagpal/ansible-role-mount_efs

Ansible role for installing & Mounting AWS EFS on Debian
https://github.com/anmolnagpal/ansible-role-mount_efs

ansible ansible-galaxy-roles aws efs galaxy role

Last synced: 3 months ago
JSON representation

Ansible role for installing & Mounting AWS EFS on Debian

Awesome Lists containing this project

README

        

> Ansible role to setup Amazon EFS

## Role Variables

```yamlex
efs_mount_id: ""
efs_mount_point: ""
```

## Example Playbook

```yaml
- hosts: localhost
roles:
- role: ansible-role-mount_efs
become: true
```
## 👬 Contribution
- Open pull request with improvements
- Discuss ideas in issues
- Reach out with any feedback [![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/anmol_nagpal.svg?style=social&label=Follow%20%40anmol_nagpal)](https://twitter.com/anmol_nagpal)