Add config_user_20260519_131452.yaml
This commit is contained in:
parent
4fed4c9962
commit
411055ff90
22
config_user_20260519_131452.yaml
Normal file
22
config_user_20260519_131452.yaml
Normal file
@ -0,0 +1,22 @@
|
||||
hostname: default-server
|
||||
ssh_pwauth: true
|
||||
chpasswd:
|
||||
expire: false
|
||||
users:
|
||||
- default
|
||||
- name: {name}
|
||||
passwd: {pwd}
|
||||
shell: /bin/bash
|
||||
lock_passwd: false
|
||||
sudo: ALL=(ALL) NOPASSWD:ALL
|
||||
groups: users, admin, sudo
|
||||
runcmd:
|
||||
- echo "regenerating host keys"
|
||||
- rm -f /etc/ssh/ssh_host_*
|
||||
- ssh-keygen -A
|
||||
- echo "restarting sshd"
|
||||
- systemctl restart sshd
|
||||
debug: true
|
||||
output:
|
||||
all: "| tee -a /var/log/cloud-init-debug.log"
|
||||
final_message: "Default VM Cloudinit done"
|
||||
Loading…
Reference in New Issue
Block a user