I'm trying to get Ansible EC2 to provision instances that require IMDSV2.
Through the aws ec2 run-instances
I'm able to do it by adding --metadata-options "HttpEndpoint=enabled,HttpTokens=required"
to my command.
I'm not seeing a matching option in the Ansible EC2 module?
I'm sure I'm missing something basic.