-
-
Save gowatana/956e5a75b402913479edd693e57fb3ea 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
| #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 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
下記の投稿むけ。
Red Hat Insights Image Builder で AHV むけ RHEL ディスク イメージを作成してみる。
https://blog.ntnx.jp/entry/2024/02/03/031227