Skip to content

Ansbile role for running Nexus Dashboard Insights - Pre-Change Validation jobs

License

Notifications You must be signed in to change notification settings

cisco-apjc-cloud-se/ansible-role-ndi-pcv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-role-ndi-pcv

Ansbile role for running Nexus Dashboard Insights - Pre-Change Validation jobs

Use the following in the collection requirements.yml file

https://galaxy.ansible.com/docs/using/installing.html

---
roles:
  - name: ndi-pcv
    src: https://github.com/cisco-apjc-cloud-se/ansible-role-ndi-pcv
    version: main
    scm: git

Execute the role as a play with host/inventory and customised variables

- name: Initiate Nexus Dashboard Insights - Pre-Change Delta Analysis
  hosts: nd
  gather_facts: false
  vars:
    insights_group: MEL-SE-LAB-ACI
    job_name: ANSIBLE-CICD-PCV
    site_name: MEL-SE-LAB-ACI
    input_file: config.json
  roles:
    - role: ndi-pcv

About

Ansbile role for running Nexus Dashboard Insights - Pre-Change Validation jobs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published