Skip to content

Instantly share code, notes, and snippets.

@Spredzy
Created September 5, 2016 13:40
Show Gist options
  • Save Spredzy/da28f0d27515fd555c205a47e2ab6cf0 to your computer and use it in GitHub Desktop.
Save Spredzy/da28f0d27515fd555c205a47e2ab6cf0 to your computer and use it in GitHub Desktop.
---
- hosts: myhost
vars:
dci-status: pre-run
tasks:
- name: IRC notification
irc:
- name: Email Notificiation
email:
- hosts: myhost
vars:
dci-status: run
tasks:
- name: run python-tripleo-helper
command:
- hosts: myhost
vars:
dci-status: post-run
tasks:
- name: IRC notification
irc:
- name: Email Notificiation
email:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment