forked from stove/dataset
.. | ||
dictionaries | ||
extras/machined | ||
funcs | ||
templates | ||
applicationservice.yml | ||
doc.md | ||
README.md |
Table of Contents
Return to the list of application services.
host-systemd-machined
Synopsis
Host with machine started in Systemd Machined environment.
Basic variables
General
network
Parameter | Comment |
---|---|
general.network.output_interface mandatory Type: string |
Nom de l'interface de sortie. |
interfaces
This family is a leadership.
Parameter | Comments |
---|---|
general.network.interfaces.interface_names mandatory, multiple Type: string |
Nom de l'interface. |
general.network.interfaces.interface_ip mandatory Type: cidr |
IP au format CIDR de l'interface. |
general.network.interfaces.interface_gateway mandatory Type: ip |
IP de la route par défaut. |
general.network.interfaces.interface_domain_name_servers mandatory, multiple Type: ip |
IP des serveurs DNS. |
Variables
General
Parameter | Comment |
---|---|
general.vm_swappiness mandatory Type: number |
Ajustement de la mémoire virtuelle. Default: 60 |
base
Parameter | Comment |
---|---|
general.base.time_zone mandatory Type: string |
Time zone. Default: Europe/Paris |
network
interfaces
This family is a leadership.
Parameter | Comments |
---|---|
general.network.interfaces.interface_type mandatory Type: choice |
Type de la carte. Choices: - dhcp ← default- ipv4 |
Dependances
- base: Base of all application services.