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
| # # Step 0: 定義連接到 Avi Controller的方法 # | |
| - hosts: localhost | |
| vars: | |
| avi_credentials: | |
| controller: "172.16.6.214" | |
| username: "admin" | |
| password: "XXXXXXXXXX" | |
| api_version: "18.2.5" | |
| connection: local | |
| roles: |
OlderNewer