Adds active_directory to the autoinstall reference

This commit is contained in:
Carlos Nihelton 2023-03-02 10:00:30 -03:00
parent 68b6805677
commit e40c147f5e
No known key found for this signature in database
GPG Key ID: 6FE346D245197E9A
1 changed files with 20 additions and 2 deletions

View File

@ -306,7 +306,7 @@ The default is to use the lvm layout.
#### action-based config #### 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. 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 - 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 ##### 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. 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 ### ubuntu-pro
**type:** mapping, see below **type:** mapping, see below