Here is my ansible playbook. I want to use role ec2_jumphost to create an EC2 instance and format / mount attached EBS volumes. I used add_host in the role to add the new EC2 instance as a host. How can I run commands in the role on the new EC2 instance?
Here is my ansible playbook - aws.yml.