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.
23 lines
427 B
YAML
23 lines
427 B
YAML
9 years ago
|
---
|
||
|
juniper_routers:
|
||
|
query: 'deviceType=ROUTER manufacturer=JUNIPER'
|
||
|
vars:
|
||
|
group: juniper_routers
|
||
|
netconf: true
|
||
|
os: junos
|
||
|
|
||
|
cisco_asa:
|
||
|
query: 'manufacturer=CISCO deviceType=FIREWALL'
|
||
|
vars:
|
||
|
group: cisco_asa
|
||
|
routed_vpn: false
|
||
|
stateful: true
|
||
|
|
||
|
old_cisco_asa:
|
||
|
query: 'manufacturer=CISCO deviceType=FIREWALL -softwareVersion=8.3+'
|
||
|
vars:
|
||
|
old_nat: true
|
||
|
|
||
|
not_f10:
|
||
|
query: '-manufacturer=FORCE10'
|