diff options
author | clarkzjw <[email protected]> | 2023-01-01 21:39:42 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-01-01 21:39:42 -0800 |
commit | 55542d3204314c170c123dc066f93b4c8f9ac4bc (patch) | |
tree | bb98625a2fde12d31bfe12af83a5ef5a48cbd57e /bean.jinwei.me/config/inventory | |
parent | 999e9e97d314e1702fa455abd9526042ef90b09d (diff) | |
download | jinwei.me-55542d3204314c170c123dc066f93b4c8f9ac4bc.tar.gz |
config: add beancount
Diffstat (limited to 'bean.jinwei.me/config/inventory')
-rw-r--r-- | bean.jinwei.me/config/inventory/aws_ec2.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bean.jinwei.me/config/inventory/aws_ec2.yaml b/bean.jinwei.me/config/inventory/aws_ec2.yaml new file mode 100644 index 0000000..100d95b --- /dev/null +++ b/bean.jinwei.me/config/inventory/aws_ec2.yaml | |||
@@ -0,0 +1,7 @@ | |||
1 | plugin: aws_ec2 | ||
2 | regions: | ||
3 | - us-west-2 | ||
4 | hostnames: | ||
5 | - tag:Name | ||
6 | compose: | ||
7 | ansible_host: public_ip_address | ||