HEX
Server: Apache
System: Linux 185.122.168.184.host.secureserver.net 5.14.0-570.52.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 15 06:39:08 EDT 2025 x86_64
User: barbeatleanalyti (1024)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //proc/thread-self/root/etc/cloud/cloud.cfg.d/00_hosting_cloud.cfg
# cloud-init patching for the Hosting Clouds
#

# We only need this, all others aren't used in hosting clouds.
datasource_list: [ ConfigDrive ]

# Disabling default user by emptying the users[] array.
users: []

# Reset the modules list so we can control what gets modified and what not.
cloud_init_modules:
  - migrator
  - seed_random
  - bootcmd
  - write-files
  - growpart
  - resizefs
  - disk_setup
  - mounts
  - set_hostname
  - update_hostname
  - update_etc_hosts
  - ca-certs
  - rsyslog
  - users-groups

cloud_config_modules:
  - locale
  - ntp
  - timezone
  - disable-ec2-metadata
  - runcmd

system_info:
  network:
    renderers:
      - sysconfig
      - network-manager
      - networkd
    activators:
      - network-manager
      - networkd