Role used to mount EFS on EC2 instances.
binutils
,git
(will be installed)
efs_mount_dir
[default:/efsmnt
]: Directory name where EFS will be mountedefs_file_system_id
: EFS filesystem ID to mount
None.
- hosts: all
roles:
- mount-efs
MIT