From 7294e5173689bbab9eb629afde782814bf1b7e78 Mon Sep 17 00:00:00 2001
From: Eesaan Atluri <atlurie@uab.edu>
Date: Thu, 5 Jan 2023 11:59:02 -0600
Subject: [PATCH] Create a playbook for ood image build

---
 ansible/ood.yml | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 ansible/ood.yml

diff --git a/ansible/ood.yml b/ansible/ood.yml
new file mode 100644
index 0000000..d5ecc36
--- /dev/null
+++ b/ansible/ood.yml
@@ -0,0 +1,9 @@
+---
+- name: Setup node for use as a virtual cheaha node
+  ansible.builtin.import_playbook: cheaha.yml
+
+- name: Setup node for use as a virtual ood node
+  hosts: default
+  become: true
+  roles:
+    - { name: 'install_packages', tags: 'install_packages' }
-- 
GitLab