diff --git a/documentation/autoinstall-reference.md b/documentation/autoinstall-reference.md index 1f364be0..3fcd05d1 100644 --- a/documentation/autoinstall-reference.md +++ b/documentation/autoinstall-reference.md @@ -306,7 +306,7 @@ The default is to use the lvm layout. #### action-based config -For full flexibility, the installer allows storage configuration to be done using a syntax which is a superset of that supported by curtin, described at https://curtin.readthedocs.io/en/latest/topics/storage.html. +For full flexibility, the installer allows storage configuration to be done using a syntax which is a superset of that supported by curtin, described at https://curtin.readthedocs.io/en/latest/topics/storage.html. If the "layout" feature is used to configure the disks, the "config" section will not be used. @@ -322,7 +322,7 @@ As well as putting the list of actions under the 'config' key, the [grub](https: - type: partition ... -The extensions to the curtin syntax are around disk selection and partition/logical volume sizing. +The extensions to the curtin syntax are around disk selection and partition/logical volume sizing. ##### Disk selection extensions @@ -406,6 +406,24 @@ The hostname for the system. The password for the new user, crypted. This is required for use with sudo, even if SSH access is configured. +### active_directory + +**type:** mapping, see below +**default:** no default +**can be interactive:** yes + +Accepts data required to join the target system in an Active Directory domain. + +A mapping that can contain keys, all of which take string values: + +#### admin_name + +A domain account name with privilege to perform the join operation. That account's password will be requested during runtime. + +#### domain_name + +The Active Directory domain to join. + ### ubuntu-pro **type:** mapping, see below