Skip to content

Instantly share code, notes, and snippets.

View MarcNo's full-sized avatar

Marc Nozell MarcNo

View GitHub Profile

Keybase proof

I hereby claim:

  • I am marcno on github.
  • I am marcno (https://keybase.io/marcno) on keybase.
  • I have a public key ASAmb4PLPI2Gc7UaufpaBRTpwLjDKkbRpxy_IqktTbG-Tgo

To claim this, I am signing this object:

@MarcNo
MarcNo / rh-insights.yml
Created March 3, 2017 21:31
simple ansible hack to play with Red Hat Insight
---
- hosts: vms
tasks:
- name: Register Red Hat subscription
redhat_subscription:
state: present
username: XXXX
password: XXXXXXXX
autosubscribe: true