Skip to content

Commit

Permalink
minor README mod
Browse files Browse the repository at this point in the history
  • Loading branch information
cpaggen committed Feb 26, 2024
1 parent 769a69a commit 302fe43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Bulk_AAEP_Bindings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ What you need:

Just run the playbook after adapting it for your Ansible inventory and desired AAEP/EPG bindings.

## _Notes__
## _Notes_

The template is fairly generic meaning you can adapt it to a variety of use cases. As long as structure your data in a way that the template can process,
you can create virtually any kind of bulk operation against ACI while realizing a significant performance improvement. The drawback is that code readability is sacrificed because all logic has now moved into a large JSON blob.
you can create virtually any kind of bulk operation against ACI while realizing a significant performance improvement. The drawback is that code readability is sacrificed because all logic has now moved into a large JSON blob. Note that there is no good reason for not using aci_rest here; the author deliberately opted for the built-in URI module just to show how to use APIC's REST API "natively" (that is, without ACI collection modules).

## _Disclaimer and license_

Expand Down

0 comments on commit 302fe43

Please sign in to comment.