AETHER-2697 Add playbook for configuring Aether servers offline
Change-Id: I6a1a338e6c8a4f867fc3221a94ddfa58e253485a
diff --git a/playbooks/aetherfabric-airgap-playbook.yml b/playbooks/aetherfabric-airgap-playbook.yml
new file mode 100644
index 0000000..207cb1f
--- /dev/null
+++ b/playbooks/aetherfabric-airgap-playbook.yml
@@ -0,0 +1,9 @@
+---
+# Ansible playbook to configure aether fabric switches offline
+
+- name: Configure aether fabric switches offline
+ hosts: aetherfabric
+ become: true
+ roles:
+ - apt_source
+ - users