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