Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. #cloud-config
  2. # vim: syntax=yaml
  3.  
  4. users:
  5. - name: redacted
  6. ssh-authorized-keys:
  7. - ssh-rsa asdf<snip> user@box
  8. sudo: ['ALL=(ALL) NOPASSWD:ALL']
  9. groups: sudo
  10. shell: /bin/bash
  11. - name: redacted
  12. ssh-authorized-keys:
  13. - ssh-rsa asdf<snip> user@box
  14. sudo: ['ALL=(ALL) NOPASSWD:ALL']
  15. groups: sudo
  16. shell: /bin/bash
  17. - name: redacted
  18. ssh-authorized-keys:
  19. - ssh-rsa asdf<snip> user@box
  20. sudo: ['ALL=(ALL) NOPASSWD:ALL']
  21. groups: sudo
  22. shell: /bin/bash
  23.  
  24. packages: ['openbox', 'tint2', 'x2goserver', 'x2goserver-xsession', 'firefox', 'terminator', 'rdesktop']
  25.  
  26. apt:
  27. preserve_sources_list: true
  28. sources:
  29. x2go:
  30. "ppa:x2go/stable"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement