ConfigReference

Differences between revisions 4 and 60 (spanning 56 versions)
Revision 4 as of 2019-07-16 22:36:43
Size: 1600
Editor: mwhudson
Comment:
Revision 60 as of 2020-06-11 04:20:26
Size: 71
Editor: mwhudson
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
||<#FF5555> '''This document is entirely a description of something that does not yet exist''' ||

= Automated Server Installs Config File Reference =

||<#FF5555> '''This document is entirely a description of something that does not yet exist''' ||

<<TableOfContents()>>

= Overall format =

= Top-level keys =

== version ==

'''type:''' integer
<<BR>>
'''default:''' no commands

== early_commands ==

'''type:''' list
<<BR>>
'''default:''' no commands

== locale ==

'''type:''' string
<<BR>>
'''default:''' en_US.UTF-8

== keyboard ==

'''type:''' mapping, see below
<<BR>>
'''default:''' US English keyboard

== network ==

'''type:''' netplan-format mapping, see below
<<BR>>
'''default:''' DHCP on interfaces named eth* or en*

== proxy ==

'''type:''' URL
<<BR>>
'''default:''' no proxy

== mirror ==

'''type:''' URL
<<BR>>
'''default:''' http://archive.ubuntu.com/ubuntu

== filesystem ==

'''type:''' mapping, see below
<<BR>>
'''default:''' use "lvm" layout in a single disk system, no default in a multiple disk system

== identity ==

'''type:''' mapping, see below
<<BR>>
'''default:''' no default

== ssh ==

'''type:''' mapping, see below
<<BR>>
'''default:''' do not install openssh-server

== snaps ==

'''type:''' list
<<BR>>
'''default:''' install no extra snaps

== debconf_selections ==

'''type:''' string
<<BR>>
'''default:''' no config

== packages ==

'''type:''' list
<<BR>>
'''default:''' no packages

== late_commands ==

'''type:''' list
<<BR>>
'''default:''' no commands
moved to https://ubuntu.com/server/docs/install/autoinstall-reference

FoundationsTeam/AutomatedServerInstalls/ConfigReference (last edited 2020-06-11 04:20:26 by mwhudson)