Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created February 2, 2024 14:38
Show Gist options
  • Select an option

  • Save gowatana/956e5a75b402913479edd693e57fb3ea to your computer and use it in GitHub Desktop.

Select an option

Save gowatana/956e5a75b402913479edd693e57fb3ea to your computer and use it in GitHub Desktop.
#cloud-config
disable_root: true
ssh_pwauth: true
package_upgrade: false
users:
- name: nutanix
lock-passwd: false
sudo: ALL=(ALL) NOPASSWD:ALL
chpasswd:
list: |
nutanix:nutanix/4u
expire: false
@gowatana
Copy link
Author

gowatana commented Feb 2, 2024

下記の投稿むけ。

Red Hat Insights Image Builder で AHV むけ RHEL ディスク イメージを作成してみる。
https://blog.ntnx.jp/entry/2024/02/03/031227

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