This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # Compiled source # | |
| ################### | |
| *.com | |
| *.class | |
| *.dll | |
| *.exe | |
| *.o | |
| *.so | |
| # Packages # | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | - name: Download 'ansible.cfg' as it is not present when Ansible is installed via pip | |
| # References: | |
| # http://docs.ansible.com/ansible/latest/installation_guide/intro_configuration.html | |
| # https://github.com/ansible/ansible/issues/18512 | |
| get_url: | |
| url: https://raw.githubusercontent.com/ansible/ansible/devel/examples/ansible.cfg | |
| dest: "{{ ansible_cfg_location }}ansible.cfg" | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | --- | |
| - name: serverlist | |
| hosts: localhost | |
| gather_facts: no | |
| vars: | |
| tasks: | |
| - name: read in server from csv | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // Postman Pre-request Script - ACI Login Token | |
| // Add this script to your Cisco ACI Collection under the | |
| // 'Pre-requests Script' tab. This will login and grab the | |
| // token prior to every Postman request, so no more manually | |
| // running a separate Postman request every 5 minutes to | |
| // get the token. | |
| // The script assumes at least an environment is configured with | |
| // 1) var 'apic' = IP/DNS of the ACI APIC | |
| // 2) var 'aci_username' = ACI APIC username (can be of the form 'apic:fallback\\admin') |