summaryrefslogtreecommitdiff
path: root/test/integration/targets/ios_acl_interfaces/tests/cli/_remove_config.yaml
blob: 9560e2bbf7c7501d3f68e1ab818c92bf9a5b7449 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
- name: Remove Config
  cli_config:
    config: "{{ lines }}"
  vars:
    lines: |
      interface GigabitEthernet 0/1
      no ip access-group 110 in
      no ip access-group 100 out
      no ip access-group 123 out
      no ipv6 traffic-filter temp_v6 in
      no ipv6 traffic-filter test_v6 out
      interface GigabitEthernet 0/2
      no ip access-group 110 in
      no ip access-group 123 out