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 |
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
This playbook has been removed as it is now very outdated. |