Skip to content

Instantly share code, notes, and snippets.

@twr14152
Last active August 29, 2015 14:14
Show Gist options
  • Save twr14152/254cf6a49ad8ad6057a9 to your computer and use it in GitHub Desktop.
Save twr14152/254cf6a49ad8ad6057a9 to your computer and use it in GitHub Desktop.
Week 3 exercise 1 - role/access_switch/vars/main.yml
---
switches:
- {hostname: pynet_sw1, secret: test, access_vlan: 20, ip_addr: 1.1.1.10, default_gateway: 1.1.1.1, snmp_community: test123}
- {hostname: pynet_sw2, secret: test, access_vlan: 20, ip_addr: 1.1.2.10, default_gateway: 1.1.2.1, snmp_community: test123}
- {hostname: pynet_sw3, secret: test, access_vlan: 20, ip_addr: 1.1.3.10, default_gateway: 1.1.3.1, snmp_community: test123}
- {hostname: pynet-sw4, secret: test, access_vlan: 20, ip_addr: 1.1.4.10, default_gateway: 1.1.4.1, snmp_community: test123}
- {hostname: pynet-sw5, secret: test, access_vlan: 20, ip_addr: 1.1.5.10, default_gateway: 1.1.5.1, snmp_community: test123}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment