File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ # 2.0.0 / 2017-12-12
5+ - [ FEATURE] Add support for getting api_key from hostvars and thus from vault. See [ #25 ] [ ]
6+
47# 1.0.2 / 2017-12-11
58* [ BUGFIX] Avoid failure when using ansible 2.4. See [ #27 ] [ ]
69
@@ -11,5 +14,6 @@ CHANGELOG
1114First release, compatible with Ansible v1 & v2
1215
1316<!-- - The following link definition list is generated by PimpMyChangelog --->
17+ [ #25 ] : https://github.com/DataDog/ansible-datadog-callback/issues/25
1418[ #27 ] : https://github.com/DataDog/ansible-datadog-callback/issues/27
1519[ #19 ] : https://github.com/DataDog/ansible-datadog-callback/issues/19
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ as following:
2525```
2626api_key: <your-api-key>
2727```
28- alternatively (when using Ansible >=2.0) add:
28+
29+ alternatively you can use the hostvars of the host ansible is being run from (preferably in the vault file):
2930```
3031datadog_api_key: <your-api-key>
3132```
32- to hostvars (preferably in the vault file) of the host ansible is being run from.
3333
34343 . Be sure to whitelist the plugin in your ansible.cfg
3535```
You can’t perform that action at this time.
0 commit comments