Server : Apache System : Linux 145.162.205.92.host.secureserver.net 5.14.0-611.45.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 1 05:56:53 EDT 2026 x86_64 User : tradze ( 1001) PHP Version : 8.1.34 Disable Function : NONE Directory : /etc/cloud/cloud.cfg.d/ |
# 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