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
- Host: GitHub
- URL: https://github.com/anmolnagpal/ansible-role-mount_efs
- Owner: anmolnagpal
- License: apache-2.0
- Created: 2019-03-31T23:04:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-31T23:27:33.000Z (about 6 years ago)
- Last Synced: 2025-01-12T07:12:20.243Z (5 months ago)
- Topics: ansible, ansible-galaxy-roles, aws, efs, galaxy, role
- Homepage: https://galaxy.ansible.com/anmolnagpal/ansible_role_mount_efs
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 [](https://twitter.com/anmol_nagpal)