Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created November 26, 2022 09:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gowatana/8dcf9736d0d5458f5addc9b939809cc0 to your computer and use it in GitHub Desktop.
Save gowatana/8dcf9736d0d5458f5addc9b939809cc0 to your computer and use it in GitHub Desktop.
---
- name: Get Avi API Version
hosts: localhost
connection: local
gather_facts: false
collections:
- vmware.alb
vars_files:
- creds.yml
tasks:
- name: Get Avi API Version
avi_api_version:
avi_credentials: "{{ avi_credentials | default(omit) }}"
register: avi_controller_version
- name: Output Avi API Version
debug:
var: avi_controller_version
@gowatana
Copy link
Author

下記の投稿むけ。

NSX ALB(Avi)を Ansible で操作してみる。Part-01 Ansible インストール
https://vm.gowatana.jp/entry/2022/11/26/183207

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment