mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
161 lines
3.8 KiB
YAML
161 lines
3.8 KiB
YAML
5 years ago
|
---
|
||
|
merged:
|
||
|
before:
|
||
|
- name: loopback888
|
||
|
- name: loopback999
|
||
|
- ipv4:
|
||
|
- address: dhcp
|
||
|
name: GigabitEthernet0/0
|
||
|
- name: GigabitEthernet0/1
|
||
|
- name: GigabitEthernet0/2
|
||
|
|
||
|
commands:
|
||
|
- "interface GigabitEthernet0/1"
|
||
|
- "ip address dhcp client-id GigabitEthernet 0/0 hostname test.com"
|
||
|
- "interface GigabitEthernet0/2"
|
||
|
- "ip address 192.168.3.1 255.255.255.0 secondary"
|
||
|
- "ip address 192.168.3.2 255.255.255.0"
|
||
|
- "ipv6 address fd5d:12c9:2201:1::1/64"
|
||
|
|
||
|
after:
|
||
|
- name: loopback888
|
||
|
- name: loopback999
|
||
|
- ipv4:
|
||
|
- address: dhcp
|
||
|
name: GigabitEthernet0/0
|
||
|
- ipv4:
|
||
|
- address: dhcp
|
||
|
dhcp_client: 0
|
||
|
dhcp_hostname: test.com
|
||
|
name: GigabitEthernet0/1
|
||
|
- ipv4:
|
||
|
- address: 192.168.3.1 255.255.255.0
|
||
|
secondary: true
|
||
|
- address: 192.168.3.2 255.255.255.0
|
||
|
ipv6:
|
||
|
- address: fd5d:12c9:2201:1::1/64
|
||
|
name: GigabitEthernet0/2
|
||
|
|
||
|
|
||
|
replaced:
|
||
|
before:
|
||
|
- name: loopback888
|
||
|
- name: loopback999
|
||
|
- ipv4:
|
||
|
- address: dhcp
|
||
|
name: GigabitEthernet0/0
|
||
|
- ipv4:
|
||
|
- address: dhcp
|
||
|
dhcp_client: 0
|
||
|
dhcp_hostname: test.com
|
||
|
name: GigabitEthernet0/1
|
||
|
- ipv4:
|
||
|
- address: 192.168.2.1 255.255.255.0
|
||
|
secondary: true
|
||
|
- address: 192.168.2.2 255.255.255.0
|
||
|
ipv6:
|
||
|
- address: fd5d:12c9:2201:1::1/64
|
||
|
name: GigabitEthernet0/2
|
||
|
|
||
|
commands:
|
||
|
- "interface GigabitEthernet0/1"
|
||
|
- "ip address 192.168.3.1 255.255.255.0"
|
||
|
- "interface GigabitEthernet0/2"
|
||
|
- "no ip address"
|
||
|
- "no ipv6 address"
|
||
|
- "ip address 192.168.4.1 255.255.255.0 secondary"
|
||
|
- "ip address 192.168.4.2 255.255.255.0"
|
||
|
|
||
|
after:
|
||
|
- name: loopback888
|
||
|
- name: loopback999
|
||
|
- ipv4:
|
||
|
- address: dhcp
|
||
|
name: GigabitEthernet0/0
|
||
|
- ipv4:
|
||
|
- address: 192.168.3.1 255.255.255.0
|
||
|
name: GigabitEthernet0/1
|
||
|
- ipv4:
|
||
|
- address: 192.168.4.1 255.255.255.0
|
||
|
secondary: true
|
||
|
- address: 192.168.4.2 255.255.255.0
|
||
|
name: GigabitEthernet0/2
|
||
|
|
||
|
overridden:
|
||
|
before:
|
||
|
- name: loopback888
|
||
|
- name: loopback999
|
||
|
- ipv4:
|
||
|
- address: dhcp
|
||
|
name: GigabitEthernet0/0
|
||
|
- ipv4:
|
||
|
- address: dhcp
|
||
|
dhcp_client: 0
|
||
|
dhcp_hostname: test.com
|
||
|
name: GigabitEthernet0/1
|
||
|
- ipv4:
|
||
|
- address: 192.168.2.1 255.255.255.0
|
||
|
secondary: true
|
||
|
- address: 192.168.2.2 255.255.255.0
|
||
|
ipv6:
|
||
|
- address: fd5d:12c9:2201:1::1/64
|
||
|
name: GigabitEthernet0/2
|
||
|
|
||
|
commands:
|
||
|
- "interface GigabitEthernet0/1"
|
||
|
- "no ip address"
|
||
|
- "interface GigabitEthernet0/2"
|
||
|
- "no ip address"
|
||
|
- "no ipv6 address"
|
||
|
- "ip address 192.168.4.1 255.255.255.0"
|
||
|
- "ip address 192.168.4.2 255.255.255.0 secondary"
|
||
|
|
||
|
after:
|
||
|
- name: loopback888
|
||
|
- name: loopback999
|
||
|
- ipv4:
|
||
|
- address: dhcp
|
||
|
name: GigabitEthernet0/0
|
||
|
- name: GigabitEthernet0/1
|
||
|
- ipv4:
|
||
|
- address: 192.168.4.2 255.255.255.0
|
||
|
secondary: true
|
||
|
- address: 192.168.4.1 255.255.255.0
|
||
|
name: GigabitEthernet0/2
|
||
|
|
||
|
deleted:
|
||
|
before:
|
||
|
- name: loopback888
|
||
|
- name: loopback999
|
||
|
- ipv4:
|
||
|
- address: dhcp
|
||
|
name: GigabitEthernet0/0
|
||
|
- ipv4:
|
||
|
- address: dhcp
|
||
|
dhcp_client: 0
|
||
|
dhcp_hostname: test.com
|
||
|
name: GigabitEthernet0/1
|
||
|
- ipv4:
|
||
|
- address: 192.168.2.1 255.255.255.0
|
||
|
secondary: true
|
||
|
- address: 192.168.2.2 255.255.255.0
|
||
|
ipv6:
|
||
|
- address: fd5d:12c9:2201:1::1/64
|
||
|
name: GigabitEthernet0/2
|
||
|
|
||
|
commands:
|
||
|
- "interface GigabitEthernet0/1"
|
||
|
- "no ip address"
|
||
|
- "interface GigabitEthernet0/2"
|
||
|
- "no ip address"
|
||
|
- "no ipv6 address"
|
||
|
|
||
|
after:
|
||
|
- name: loopback888
|
||
|
- name: loopback999
|
||
|
- ipv4:
|
||
|
- address: dhcp
|
||
|
name: GigabitEthernet0/0
|
||
|
- name: GigabitEthernet0/1
|
||
|
- name: GigabitEthernet0/2
|