summaryrefslogtreecommitdiff
path: root/test/integration/targets/ios_interfaces/tests/cli/_populate_config.yaml
blob: 749411177317f5ad0445b21513a5c702982a161e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
- name: Populate Config
  cli_config:
    config: "{{ lines }}"
  vars:
    lines: |
      interface GigabitEthernet 0/1
      description this is interface1
      mtu 65
      speed 10
      no shutdown
      interface GigabitEthernet 0/2
      description this is interface2
      mtu 110
      duplex auto
      speed 100
      shutdown