1#cloud-config 2# Add groups to the system 3# The following example adds the 'admingroup' group with members 'root' and 'sys' 4# and the empty group cloud-users. 5groups: 6 - admingroup: [root,sys] 7 - cloud-users 8 9# Add users to the system. Users are added after groups are added. 10# Note: Most of these configuration options will not be honored if the user 11# already exists. Following options