Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 679 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 679 Bytes

Developer Introduction to ACI Class

This Ansible, Terraform and Bash Code was used during presentations during a presentation on ACI automation. The following sections are included as examples from that class.

  • An Ansible example for creating interfaces (Highlights the JSON / YAML capabilities with the aci_rest module)
  • An Ansible example for creating a basic Tenant structure with VRF, Bridge Domain, application profile and End Point Group.
  • A list of examples using curl to access the API
  • A Terraform example of building a Tenant with VRF, Bridge Domain, Application Profile, and End Point Group.
  • An Ansible example of Day One Configuration of ACI using Ansible.