Skip to content

Instantly share code, notes, and snippets.

@typester
Created February 25, 2015 04:55
Show Gist options
  • Save typester/eb87360f186f9bb2a6e8 to your computer and use it in GitHub Desktop.
Save typester/eb87360f186f9bb2a6e8 to your computer and use it in GitHub Desktop.
- name: install gems
gem: executable=/opt/sensu/embedded/bin/gem name={{ item }} state=present user_install=no
sudo: yes
with_items:
- influxdb
- influxdb-cli
- mysql2
- rb-readline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment