Hi,
I know how to use ec2_vol to mount a drive to a Windows host. Are there and Ansible options or modules available that then allow that drive to be set online, initialized and formatted or do we need to use powershell commands?
Thanks,
Bruce
Hi,
I know how to use ec2_vol to mount a drive to a Windows host. Are there and Ansible options or modules available that then allow that drive to be set online, initialized and formatted or do we need to use powershell commands?
Thanks,
Bruce
Have you used to packer to build an AMI? I use packer option to build and to attach ec2 volumes, https://www.packer.io/docs/builders/amazon-ebs.html#ami_block_device_mappings.
John.