Skip to content

1.0.13

Latest
Compare
Choose a tag to compare
@ninjarobot ninjarobot released this 12 Jun 13:21

Adds support for enabling Ubuntu Pro services during cloud-init.

Use Ubuntu 22.04 Pro with FIPS and Reboot to Switch Kernel

 cloudConfig {
     attach_ubuntu_pro (
         ubuntuPro {
             token "d6cec6a05314b7c63f251e2c0e238830"
             enable [
                 UbuntuPro.Services.FipsPreview
                 UbuntuPro.Services.EsmApps
                 UbuntuPro.Services.EsmInfra
             ]
         }
     )
     power_state (
         powerState {
             mode PowerState.Mode.Reboot
             message "Rebooting to enable FIPS kernel."
         }
       )
 }