Skip to content

Appsilon/ansible-mount-efs

Repository files navigation

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