Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 154 Bytes

Notes.md

File metadata and controls

2 lines (2 loc) · 154 Bytes

how to umount ebs volume from ec2 machines with ansible

ansible -m shell -a "umount -d /dev/xvdc" -i ../../inventory/development/cluster-aws.ini all