Guest User

Untitled

a guest
Jul 6th, 2020
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. #cloud-config
  2. # Add groups to the system
  3. # The following example adds the ubuntu group with members 'root' and 'sys'
  4. # and the empty group cloud-users.
  5. groups:
  6. - ubuntu: [root,sys]
  7. - cloud-users
  8.  
  9. # Add users to the system. Users are added after groups are added.
  10. users:
  11. - default
  12. - name: foobar
  13. gecos: Foo B. Bar
  14. primary_group: foobar
  15. groups: users
  16. selinux_user: staff_u
  17. ssh_import_id: foobar
  18. lock_passwd: false
  19. passwd: $6$rounds=4096$U0E60XtA7llurb9B$sRm4KDY/Yl2jz2N1tx5d6PHhqrHJ2Temfk7hxrZyhFVNs7UkCUzUm9YNZO4/GdW7Mz8MfREygFwzGwaaXE4dr/
Add Comment
Please, Sign In to add comment