Advertisement
Guest User

cloud-init scientific linux 6.4

a guest
Jul 7th, 2014
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. user: ec2-user
  2. disable_root: 1
  3. ssh_pwauth: 0
  4. ssh_deletekeys: 0
  5. ssh_genkeytypes: ~
  6. ssh_svcname: sshd
  7. preserve_hostname: true
  8.  
  9. mounts:
  10. - [ ephemeral0, null ]
  11.  
  12. cloud_init_modules:
  13. - bootcmd
  14. - resizefs
  15. - rsyslog
  16.  
  17. cloud_config_modules:
  18. - mounts
  19. - ssh-import-id
  20. - locale
  21. - set-passwords
  22. - timezone
  23. - puppet
  24. - disable-ec2-metadata
  25. - runcmd
  26.  
  27. cloud_final_modules:
  28. - rightscale_userdata
  29. - scripts-per-once
  30. - scripts-per-boot
  31. - scripts-per-instance
  32. - scripts-user
  33. - keys-to-console
  34. - phone-home
  35. - final-message
  36.  
  37. # vim:syntax=yaml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement