Skip to content

Instantly share code, notes, and snippets.

@popowa
Last active March 14, 2016 01:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save popowa/bde76ed1910eeeeb851a to your computer and use it in GitHub Desktop.
Save popowa/bde76ed1910eeeeb851a to your computer and use it in GitHub Desktop.
#cloud-config
apt_upgrade: true
apt_sources:
- source: "ppa:ansible/ansible"
packages:
- software-properties-common
- ansible
#!/bin/sh
DD_API_KEY={鍵情報こちらに} bash -c "$(curl -L https://raw.githubusercontent.com/DataDog/dd-agent/master/packaging/datadog-agent/source/install_agent.sh)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment