daily pastebin goal
84%
SHARE
TWEET

Untitled

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