* adding OS9 ansible collections * adding OS9 collections Co-authored-by: Patil <Komal_uttamrao_Patil@Dell.com>
65 lines
1.5 KiB
YAML
65 lines
1.5 KiB
YAML
hostname: leaf3
|
|
ansible_ssh_user: xxxxx
|
|
ansible_ssh_pass: xxxxx
|
|
ansible_network_os: dellemc.os9.os9
|
|
leaf_hostname: "leaf-3"
|
|
os9_system:
|
|
hostname: "{{ leaf_hostname }}"
|
|
hash_algo:
|
|
algo:
|
|
- name: ecmp
|
|
mode: xor1
|
|
state: present
|
|
os9_interface:
|
|
TenGigabitEthernet 0/0:
|
|
desc: "Connected to Spine 1"
|
|
mtu: 9216
|
|
portmode:
|
|
admin: up
|
|
switchport: False
|
|
ip_and_mask: 100.1.33.2/24
|
|
ipv6_and_mask: 2001:100:1:21::2/64
|
|
state_ipv6: present
|
|
TenGigabitEthernet 0/1:
|
|
desc: "Connected to Spine 2"
|
|
mtu: 9216
|
|
portmode:
|
|
admin: up
|
|
switchport: False
|
|
ip_and_mask: 100.2.33.2/24
|
|
ipv6_and_mask: 2001:100:2:21::2/64
|
|
os9_bgp:
|
|
asn: 64803
|
|
router_id: 100.0.2.3
|
|
best_path:
|
|
as_path: ignore
|
|
as_path_state: present
|
|
med:
|
|
- attribute: confed
|
|
state: present
|
|
neighbor:
|
|
- type: ipv4
|
|
remote_asn: 64901
|
|
ip: 100.1.33.1
|
|
admin: up
|
|
state: present
|
|
- type: ipv4
|
|
remote_asn: 64901
|
|
ip: 100.2.33.1
|
|
admin: up
|
|
state: present
|
|
- type: ipv6
|
|
remote_asn: 64901
|
|
ip: 2001:100:1:21::1
|
|
admin: up
|
|
state: present
|
|
- type: ipv6
|
|
remote_asn: 64901
|
|
ip: 2001:100:1:22::1
|
|
admin: up
|
|
state: present
|
|
- type: ipv6
|
|
remote_asn: 64901
|
|
ip: 2001:100:2:21::1
|
|
admin: up
|
|
state: present
|