Files
ansible-lab/aws_ec2.yml
T
KenF a6977f3796 NEW: Initial commit
testrun playbook which displays powershell version
2025-06-13 20:28:56 +08:00

14 lines
214 B
YAML

plugin: amazon.aws.aws_ec2
regions:
- ap-east-1
filters:
instance-state-name: running
hostnames:
- name: 'instance-id'
#compose:
# ansible_host: instance_id
# ansible_connection: 'community.aws.aws_ssm'