Admin account can now be enabled or disabled using separate
lxc_template_admin variable. By default, a system account will be created
(with UID < 1000) with home in /var/local/ directory to avoid clashes
with /home directories. You can also specify default shell.
Switch from creation of 1 system group to a list of system groups that are
created if not present. Administrator account will be added to all specified
system groups.
Modify sudo configuration to specify the name of the group that is
configured to have passwordless access to all commands. By default first
group specified in lxc_template_admin_groups will be granted full access.
lxc_template_admin
variable. By default, a system account will be created (with UID < 1000) with home in/var/local/
directory to avoid clashes with/home
directories. You can also specify default shell.sudo
configuration to specify the name of the group that is configured to have passwordless access to all commands. By default first group specified inlxc_template_admin_groups
will be granted full access.