add LCM ansible playbooks
[sdnc/oam.git] / installation / ansible-server / src / main / yml / ansible_resumetraffic@0.00.yml
diff --git a/installation/ansible-server/src/main/yml/ansible_resumetraffic@0.00.yml b/installation/ansible-server/src/main/yml/ansible_resumetraffic@0.00.yml
new file mode 100755 (executable)
index 0000000..32ebfc9
--- /dev/null
@@ -0,0 +1,6 @@
+---
+- hosts: all
+  tasks:
+  - name: Set vG to vG-MUX interface up
+    shell: vppctl set int state GigabitEthernet0/4/0 up 
+    become: true