Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created February 11, 2025 17:28
Show Gist options
  • Select an option

  • Save gowatana/80b03bfafc6d96835036f5a9b4b03fd2 to your computer and use it in GitHub Desktop.

Select an option

Save gowatana/80b03bfafc6d96835036f5a9b4b03fd2 to your computer and use it in GitHub Desktop.
formatVersion: 1
inputs: {}
resources:
Cloud_Network_1:
type: Cloud.Network
properties:
networkType: existing
Cloud_Machine_1:
type: Cloud.Machine
properties:
image: windows-2022
flavor: medium
networks:
- network: ${resource.Cloud_Network_1.id}
tags: []
assignment: static
assignPublicIpAddress: false
remoteAccess:
authentication: usernamePassword
username: Administrator
password: VMware1!1234
cloudConfig: |
#cloud-config
write_files:
path: C:\test.txt
content: Cloudbase-Init test
set_hostname: test-vm-01
@gowatana

Copy link
Copy Markdown
Author

下記の投稿むけ。

Aria Automation 8.18 で Windows 仮想マシンを展開してみる。Part-02: クラウド テンプレートの作成
https://vm.gowatana.jp/entry/2025/02/12/023013

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