8e5b17cf13
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
10 lines
222 B
YAML
10 lines
222 B
YAML
#cloud-config
|
|
system_info:
|
|
default_user:
|
|
name: minion
|
|
lock_passwd: true
|
|
gecos: Kubernetes Interactive User
|
|
groups: [wheel, adm, systemd-journal]
|
|
sudo: ["ALL=(ALL) NOPASSWD:ALL"]
|
|
shell: /bin/bash
|
|
|