Created
March 19, 2019 22:38
-
-
Save jaycdave88/dfbe1ee77174b5e21b7f453b11067345 to your computer and use it in GitHub Desktop.
One Windows VM Ansible Playbook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- hosts: windows | |
roles: | |
- { role: Datadog.datadog } | |
vars: | |
datadog_api_key: [DATADOG_API_KEY] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment