✏️ 正在编辑: 00_hosting_cloud.cfg
路径:
/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
💾 保存文件
← 返回文件管理器