Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created March 24, 2023 14:32
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/ad502aec4a6113649c5c59e1c577cb22 to your computer and use it in GitHub Desktop.
Save gowatana/ad502aec4a6113649c5c59e1c577cb22 to your computer and use it in GitHub Desktop.
var_host: "lab-vcd-31.vcd.go-lab.jp"
var_org: "demo-org-01"
var_user_short_name: "org-01-admin"
var_user: "{{ var_user_short_name }}@{{ var_org }}"
var_password: "VMware1!"
var_api_version: "37.0"
var_verify_ssl_certs: false
@gowatana
Copy link
Author

下記の投稿むけ。

VMware Cloud Director 10.4 を Ansible で操作してみる。Part-06 複数の DNAT VM を作成するPlaybook 例
https://vm.gowatana.jp/entry/2023/03/25/043925

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