ypid.paedml_linux default variables

Packages and installation

paedml_linux__additional_packages

List of additional packages to install on both servers.

paedml_linux__additional_packages:
  - 'git'
  # - 'ntfsprogs'
paedml_linux__additional_packages_main_server

List of additional packages to install on the main server.

paedml_linux__additional_packages_main_server: []
paedml_linux__additional_packages_opsi_server

List of additional packages to install on the Opsi server.

paedml_linux__additional_packages_opsi_server: []
paedml_linux__packages_upgrade

If True, ensure that all packages are installed in there latest version.

paedml_linux__packages_upgrade: True

Server roles

paedml_linux__server_role

Role of the server.

Refer to paedML Linux servers for a list of servers in paedML Linux.

The default is to auto detect the server role based on the hostname. This depends on the hostname not being changed (which is safe to assume because it is very likely not supported by the LMZ).

paedml_linux__server_role: 'autodetect'