mirror of
https://github.com/Noratrieb/vmlab.git
synced 2026-01-15 00:55:08 +01:00
bad things
This commit is contained in:
parent
0b4e5f1e27
commit
0b152a9001
10 changed files with 142 additions and 1 deletions
15
vm-setup/user-data
Normal file
15
vm-setup/user-data
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#cloud-config
|
||||
|
||||
chpasswd:
|
||||
list: |
|
||||
root: hello-world123
|
||||
expire: false
|
||||
|
||||
users:
|
||||
- name: chef
|
||||
sudo: ALL=(ALL) NOPASSWD:ALL
|
||||
shell: /bin/bash
|
||||
ssh_authorized_keys:
|
||||
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG0n1ikUG9rYqobh7WpAyXrqZqxQoQ2zNJrFPj12gTpP nilsh@PC-Nils
|
||||
|
||||
ssh_pwauth: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue