Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created December 22, 2024 14:26
Show Gist options
  • Save gowatana/079190c96667836803af2c98e9ed54bb to your computer and use it in GitHub Desktop.
Save gowatana/079190c96667836803af2c98e9ed54bb to your computer and use it in GitHub Desktop.
#cloud-config
users:
- name: nutanix
sudo: ['ALL=(ALL) NOPASSWD:ALL']
chpasswd:
list: |
nutanix:nutanix/4u
expire: false
ssh_pwauth: yes
@gowatana
Copy link
Author

下記の投稿むけ。

Self-Service で「単一の仮想マシンのブループリント」を作成してみる。Part-01:ブループリントの作成
https://blog.ntnx.jp/entry/2024/12/22/233514

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