Hi

i try inbound rule add nfs port 2049 to scertiy group id 
but still show error connection time out
no idea how to solved 

  - name: mount efs volume
       mount:
         path: "/home/ec2-user/{{ efs_vol_name }}"
         src: "{{ efs_fact_id }}.efs.ap-southeast-1.amazonaws.com:/"
         fstype: "nfs4"
         opts: 
"nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2,noresvport"
         state: mounted
       become: yes

     - name: change directory owner
       file:
         dest: "/home/ec2-user/{{ efs_vol_name }}"
         owner: "ec2-user"
         group: "ec2-user"
         state: directory
       become: yes

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/3e4b5af7-db5c-46e9-82c1-cf63d5845d35%40googlegroups.com.

Reply via email to