Skip to content

Instantly share code, notes, and snippets.

View noahjohnhay's full-sized avatar

Noah Hay noahjohnhay

  • Cvent
  • New Brunswick, Canada
View GitHub Profile
- 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
@marktheunissen
marktheunissen / pedantically_commented_playbook.yml
Last active June 5, 2024 22:16 — forked from phred/pedantically_commented_playbook.yml
Insanely complete Ansible playbook, showing off all the options
This playbook has been removed as it is now very outdated.