Skip to content

Instantly share code, notes, and snippets.

@gowatana
Last active November 28, 2022 17:08
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/194a7e5610543cd4b44f28ddcc92e6b2 to your computer and use it in GitHub Desktop.
Save gowatana/194a7e5610543cd4b44f28ddcc92e6b2 to your computer and use it in GitHub Desktop.
---
- name: setup Avi Backup Config
hosts: localhost
connection: local
gather_facts: false
collections:
- vmware.alb
vars_files:
- creds.yml
tasks:
- name: setup Avi Backup Config
avi_backupconfiguration:
avi_credentials: "{{ avi_credentials | default(omit) }}"
name: Backup-Configuration
save_local: true
backup_passphrase: "VMware1!"
state: present
@gowatana
Copy link
Author

下記の投稿むけ。

NSX ALB(Avi)を Ansible で操作してみる。Part-02 NSX ALB Controller の初期設定
https://vm.gowatana.jp/entry/2022/11/29/020349

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