diff options
Diffstat (limited to 'config/alpine/waagent.conf')
-rw-r--r-- | config/alpine/waagent.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/alpine/waagent.conf b/config/alpine/waagent.conf index 1161552..2e3f6a5 100644 --- a/config/alpine/waagent.conf +++ b/config/alpine/waagent.conf @@ -5,6 +5,9 @@ # Enable instance creation Provisioning.Enabled=y +# Rely on cloud-init to provision +Provisioning.UseCloudInit=n + # Password authentication for root account will be unavailable. Provisioning.DeleteRootPassword=y @@ -56,12 +59,18 @@ Logs.Verbose=n # Preferred network interface to communicate with Azure platform Network.Interface=eth0 +# Is FIPS enabled +OS.EnableFIPS=n + # Root device timeout in seconds. OS.RootDeviceScsiTimeout=300 # If "None", the system default version is used. OS.OpensslPath=None +# Set the path to SSH keys and configuration files +OS.SshDir=/etc/ssh + # Enable or disable goal state processing auto-update, default is enabled # AutoUpdate.Enabled=y |