Note This page is a summary containing all the cloud config YAML examples together. If you would like to explore examples by operation or process instead, refer to the examples library. 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
{{#tags}}- {{label}}
{{/tags}}