first commit
This commit is contained in:
23
lldp-scan.yaml
Normal file
23
lldp-scan.yaml
Normal file
@ -0,0 +1,23 @@
|
||||
---
|
||||
- name: GOEM to LLDP Scan Pipeline
|
||||
hosts: all
|
||||
become: yes
|
||||
|
||||
# Required Jenkins Vars
|
||||
# host_ip - string
|
||||
# new_hostname - string
|
||||
|
||||
vars:
|
||||
terse_packages: false
|
||||
|
||||
roles:
|
||||
- role: cosmos_init
|
||||
when: not refresh_only | bool
|
||||
|
||||
- role: lldp_scan
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
...
|
||||
Reference in New Issue
Block a user