commit | f93a06cc7a1ec26e1640ec55d98a3074453fd077 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Mon Jul 11 17:04:49 2016 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Fri Jul 15 17:54:48 2016 -0700 |
tree | 4be9dccaecac64d185dc5e0b1c03909be7dc770e | |
parent | c5e2f3c5aa37f97a02eb994f9938cac7686d4d60 [diff] [blame] |
ansible profile Change-Id: I6c577b6852b4b53812c4ddca6dc83b042caefe30
diff --git a/cord-pod-ansible/cord-pod-rm-playbook.yaml b/cord-pod-ansible/cord-pod-rm-playbook.yaml new file mode 100644 index 0000000..74b514a --- /dev/null +++ b/cord-pod-ansible/cord-pod-rm-playbook.yaml
@@ -0,0 +1,11 @@ +--- + +- name: Include vars + hosts: head + tasks: + - include_vars: vars/cord-pod_defaults.yml + +- name: rm + hosts: head + roles: + - rm \ No newline at end of file