aboutsummaryrefslogtreecommitdiffstats
path: root/installation/ansible-server/src/main/Playbooks/ansible_quiescetraffic@0.00.yml
blob: 000bc488a0e864f146b92c6ec177784853253c8e (plain)
1
2
3
4
5
6
---
- hosts: all
  tasks:
  - name: Set vG to vG-MUX interface down
    shell: vppctl set int state GigabitEthernet0/4/0 down 
    become: true