daily pastebin goal
34%
SHARE
TWEET

cloudcfg

a guest Sep 17th, 2015 65 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. users:
  2.  - default
  3.  
  4. disable_root: 1
  5. ssh_pwauth:   0
  6.  
  7. locale_configfile: /etc/sysconfig/i18n
  8. mount_default_fields: [~, ~, 'auto', 'defaults,nofail', '0', '2']
  9. resize_rootfs_tmp: /dev
  10. ssh_deletekeys:   0
  11. ssh_genkeytypes:  ~
  12. syslog_fix_perms: ~
  13.  
  14. cloud_init_modules:
  15.  - migrator
  16.  - bootcmd
  17.  - write-files
  18.  - growpart
  19.  - resizefs
  20.  - set_hostname
  21.  - update_hostname
  22.  - update_etc_hosts
  23.  - rsyslog
  24.  - users-groups
  25.  - ssh
  26.  
  27. cloud_config_modules:
  28.  - mounts
  29.  - locale
  30.  - set-passwords
  31.  - yum-add-repo
  32.  - package-update-upgrade-install
  33.  - timezone
  34.  - puppet
  35.  - chef
  36.  - salt-minion
  37.  - mcollective
  38.  - disable-ec2-metadata
  39.  - runcmd
  40.  
  41. cloud_final_modules:
  42.  - rightscale_userdata
  43.  - scripts-per-once
  44.  - scripts-per-boot
  45.  - scripts-per-instance
  46.  - scripts-user
  47.  - ssh-authkey-fingerprints
  48.  - keys-to-console
  49.  - phone-home
  50.  - final-message
  51.  
  52. system_info:
  53.   default_user:
  54.     name: centos
  55.     lock_passwd: true
  56.     gecos: Cloud User
  57.     groups: [wheel, adm]
  58.     sudo: ["ALL=(ALL) NOPASSWD:ALL"]
  59.     shell: /bin/bash
  60.   distro: rhel
  61.   paths:
  62.     cloud_dir: /var/lib/cloud
  63.     templates_dir: /etc/cloud/templates
  64.   ssh_svcname: sshd
  65.  
  66. # vim:syntax=yaml
RAW Paste Data
Top