heat-coe-templates/fragments/kube-user.yaml
Lars Kellogg-Stedman 747d06c879 add a "minion" default user
create a default user in the templates rather than relying on whatever
is used in the underlying images, which may be "centos" or "fedora"
or "ec2-user" or something else.
2014-12-30 23:43:02 -05:00

11 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