From 5f2624759a50f0822250d2ae5b6ce2d5ba2790e9 Mon Sep 17 00:00:00 2001 From: Bill Wang Date: Sun, 23 Apr 2017 12:01:58 +1000 Subject: [PATCH] support region in ssm lookup --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0349817..3f70e1d 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,11 @@ https://github.com/ansible/ansible/pull/23460 ``` +Example: + +[test/roles/test/tasks/main.yml](test/roles/test/tasks/main.yml) + + ### Reference: http://docs.ansible.com/ansible/dev_guide/developing_modules.html @@ -89,3 +94,7 @@ https://docs.ansible.com/ansible/dev_guide/developing_plugins.html#lookup-plugin https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/lookup/credstash.py https://github.com/jhaals/ansible-vault/blob/master/vault.py + +http://russell.ballestrini.net/setting-region-programmatically-in-boto3/ + +https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/lookup/hashi_vault.py