Skip to content

Instantly share code, notes, and snippets.

@chbatey
Created July 10, 2014 12:13
Show Gist options
  • Save chbatey/0cf2d8a042e45b854771 to your computer and use it in GitHub Desktop.
Save chbatey/0cf2d8a042e45b854771 to your computer and use it in GitHub Desktop.
- name: add the debian package for ops center
apt_repository: repo='deb http://debian.datastax.com/community stable main' state=present
- name: add the key for the ops center repository
apt_key: url=http://debian.datastax.com/debian/repo_key state=present
- name: install ops center
apt: name=opscenter state=present update_cache=yes
- name: start opscenter
service: name=opscenterd state=started
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment