You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`packaging` (install with `pip install packaging`)
14
-
15
-
Ansible <=1.9 is no longer supported by this callback. The latest compatible
9
+
Ansible <= 1.9 is no longer supported by this callback. The latest compatible
16
10
version is tagged with `1.0.2`.
17
11
18
12
For Mac OS X users: If you're running an older version of OS-installed python (e.g. python 2.7.10), you may need to [upgrade](https://github.com/kennethreitz/requests/issues/3883#issuecomment-281182498) to a newer version of OpenSSL (`pip install pyopenssl idna`).
19
13
20
14
## Installation
21
15
22
-
Once the required libraries (see above) have been installed on the server:
23
-
24
-
1. Copy `datadog_callback.py` to your playbook callback directory (by default
16
+
1. Install dependencies by running `pip install -r requirements.txt`.
17
+
2. Copy `datadog_callback.py` to your playbook callback directory (by default
25
18
`callback_plugins/` in your playbook's root directory). Create the directory
26
19
if it doesn't exist.
27
-
2. You have 3 ways to set your API key. The callback will first use the
20
+
3. You have 3 ways to set your API key. The callback will first use the
28
21
environment variable, then the configuration file, then hostvars/vault.
0 commit comments