-
-
Save gowatana/80b03bfafc6d96835036f5a9b4b03fd2 to your computer and use it in GitHub Desktop.
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
| 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 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
下記の投稿むけ。
Aria Automation 8.18 で Windows 仮想マシンを展開してみる。Part-02: クラウド テンプレートの作成
https://vm.gowatana.jp/entry/2025/02/12/023013