Changes for page proxmox
Last modified by Kevin Wiki on 2026/05/18 15:44
From version
9.7
edited by Kevin Wiki
on 2026/05/18 08:16
on 2026/05/18 08:16
Change comment:
There is no comment for this version
To version
9.5
edited by Kevin Wiki
on 2026/05/18 08:15
on 2026/05/18 08:15
Change comment:
There is no comment for this version
Summary
Details
- Page properties
-
- Content
-
... ... @@ -160,6 +160,7 @@ 160 160 users: 161 161 - default 162 162 163 + 163 163 # If this is set, 'root' will not be able to ssh in and they 164 164 # will get a message to login instead as the default $user 165 165 disable_root: true ... ... @@ -172,6 +172,18 @@ 172 172 # which has been a source of surprise. 173 173 preserve_sources_list: true 174 174 176 +# If you use datasource_list array, keep array items in a single line. 177 +# If you use multi line array, ds-identify script won't read array items. 178 +# Example datasource config 179 +# datasource: 180 +# Ec2: 181 +# metadata_urls: [ 'blah.com' ] 182 +# timeout: 5 # (defaults to 50 seconds) 183 +# max_wait: 10 # (defaults to 120 seconds) 184 + 185 + 186 + 187 + 175 175 # The modules that run in the 'init' stage 176 176 cloud_init_modules: 177 177 - seed_random ... ... @@ -191,6 +191,9 @@ 191 191 192 192 # The modules that run in the 'config' stage 193 193 cloud_config_modules: 207 + - snap 208 + - ssh-import-id 209 + - keyboard 194 194 - locale 195 195 - set-passwords 196 196 - grub-dpkg ... ... @@ -200,11 +200,20 @@ 200 200 - timezone 201 201 - disable-ec2-metadata 202 202 - runcmd 219 + - byobu 203 203 204 204 # The modules that run in the 'final' stage 205 205 cloud_final_modules: 206 206 - package-update-upgrade-install 224 + - fan 225 + - landscape 226 + - lxd 207 207 - write-files-deferred 228 + - puppet 229 + - chef 230 + - mcollective 231 + - salt-minion 232 + - reset_rmc 208 208 - scripts-vendor 209 209 - scripts-per-once 210 210 - scripts-per-boot ... ... @@ -211,9 +211,9 @@ 211 211 - scripts-per-instance 212 212 - scripts-user 213 213 - ssh-authkey-fingerprints 214 - #- keys-to-console239 + - keys-to-console 215 215 - install-hotplug 216 - #- phone-home241 + - phone-home 217 217 - final-message 218 218 - power-state-change 219 219 ... ... @@ -227,9 +227,8 @@ 227 227 name: debian 228 228 lock_passwd: True 229 229 gecos: Debian 230 - groups: [sudo] 231 - # Disables password-less sudo commands for default/debian user 232 - sudo: ["ALL=(ALL) ALL"] 255 + groups: [adm, audio, cdrom, dialout, dip, floppy, plugdev, sudo, video] 256 + sudo: ["ALL=(ALL) NOPASSWD:ALL"] 233 233 shell: /bin/bash 234 234 # Other config here will be given to the distro class and/or path classes 235 235 paths: ... ... @@ -241,6 +241,7 @@ 241 241 primary: https://deb.debian.org/debian 242 242 security: https://deb.debian.org/debian-security 243 243 ssh_svcname: ssh 268 + 244 244 {{/code}} 245 245 246 246