diff options
Diffstat (limited to 'config/ubuntu')
-rw-r--r-- | config/ubuntu/waagent.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/ubuntu/waagent.conf b/config/ubuntu/waagent.conf index dbc80fc..734a403 100644 --- a/config/ubuntu/waagent.conf +++ b/config/ubuntu/waagent.conf @@ -5,6 +5,9 @@ # Enable instance creation Provisioning.Enabled=n +# Rely on cloud-init to provision +Provisioning.UseCloudInit=y + # Password authentication for root account will be unavailable. Provisioning.DeleteRootPassword=y @@ -57,12 +60,18 @@ LBProbeResponder=y # Enable verbose logging (y|n) Logs.Verbose=n +# 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 + # If set, agent will use proxy server to access internet #HttpProxy.Host=None #HttpProxy.Port=None |