From 027b7bd2633bf57e1c49b29329ad61a039a97869 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Sat, 10 Dec 2022 01:04:49 -0800 Subject: ansible: add debian init --- jinwei.me/config/inventory/aws_ec2.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 jinwei.me/config/inventory/aws_ec2.yaml (limited to 'jinwei.me/config/inventory/aws_ec2.yaml') diff --git a/jinwei.me/config/inventory/aws_ec2.yaml b/jinwei.me/config/inventory/aws_ec2.yaml new file mode 100644 index 0000000..100d95b --- /dev/null +++ b/jinwei.me/config/inventory/aws_ec2.yaml @@ -0,0 +1,7 @@ +plugin: aws_ec2 +regions: + - us-west-2 +hostnames: + - tag:Name +compose: + ansible_host: public_ip_address -- cgit v1.2.3