Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 805 Bytes

README.md

File metadata and controls

42 lines (28 loc) · 805 Bytes

Mount EFS

Role used to mount EFS on EC2 instances.

CI Ansible Galaxy

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

- hosts: all
  roles:
     - mount-efs

License

MIT

Author Information

Appsilon