summaryrefslogtreecommitdiff
path: root/inventory/group_vars/dellos6/main.yml
blob: 2b04345a72c9ceb9b9aaca9ce10e6a5436568295 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---
ansible_connection: network_cli
ansible_network_os: dellos6
ansible_become: yes
ansible_become_method: enable
ansible_become_password: "{{ vault_ansible_become_password }}"

dellos6_mgmt_vlan: "{{ network_mgmt_zone.vlan }}"
dellos6_mgmt_ipaddr: "{{ network_mgmt_zone.prefix | ipaddr(network_mgmt_zone.offsets[inventory_hostname]) | ipaddr('address') }}"
dellos6_mgmt_netmask: "{{ network_mgmt_zone.prefix | ipaddr('netmask') }}"