Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created May 9, 2021 03:12
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/af04baa8a2565da8e0585b2c66e7d8b5 to your computer and use it in GitHub Desktop.
Save gowatana/af04baa8a2565da8e0585b2c66e7d8b5 to your computer and use it in GitHub Desktop.
#cloud-config
users:
- name: demo
shell: /bin/bash
sudo: ALL=(ALL) NOPASSWD:ALL
chpasswd:
list: |
demo:VMware1!
expire: false
ssh_pwauth: yes
runcmd:
- timedatectl set-timezone Asia/Tokyo
@gowatana
Copy link
Author

gowatana commented May 9, 2021

下記の投稿むけ。

vSphere with Tanzu の VM Service を試してみる。(vSphere 7.0 U2a)
https://vm.gowatana.jp/entry/2021/05/09/140905

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