Created
July 10, 2014 12:13
-
-
Save chbatey/0cf2d8a042e45b854771 to your computer and use it in GitHub Desktop.
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
- 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