blob: 9d560e1eefbe744a05c88c4e3bd56e5fa9be6b12 [file] [log] [blame]
# A set of users which may be applied and/or used by various modules
# when a 'default' entry is found it will reference the 'default_user'
# from the distro configuration specified below
users:
- default
system_info:
# Default user name + that default users groups (if added/used)
default_user:
name: cos
lock_passwd: True
gecos: COS Cloud user
groups: [wheel, adm, systemd-journal]
sudo: ["ALL=(ALL) NOPASSWD:ALL"]
shell: /bin/bash