Skip to content

Commit d58407d

Browse files
committed
Update changelog for hostvars support
1 parent d5fb589 commit d58407d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
CHANGELOG
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
1114
First 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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ as following:
2525
```
2626
api_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
```
3031
datadog_api_key: <your-api-key>
3132
```
32-
to hostvars (preferably in the vault file) of the host ansible is being run from.
3333

3434
3. Be sure to whitelist the plugin in your ansible.cfg
3535
```

0 commit comments

Comments
 (0)