Adds aether compute usrp playbook
Change-Id: I82fa6b8b3bd382f534e48f931da34d9585d67eb3
diff --git a/playbooks/aetherusrp-playbook.yml b/playbooks/aetherusrp-playbook.yml
new file mode 100644
index 0000000..94b7225
--- /dev/null
+++ b/playbooks/aetherusrp-playbook.yml
@@ -0,0 +1,13 @@
+# Ansible playbook to configure aether compute nodes
+# In specific, NUCs connected to USRPs
+# To be used in SD-RAN deployments:
+# White-box eNB and UE (OAI) helm charts
+
+- name: Configure aether (USRP) compute nodes
+ hosts: aetherusrp
+ become: true
+ roles:
+ - netprep
+ - users
+ - docker
+ - usrp