forked from stove/dataset
125 lines
3.4 KiB
YAML
125 lines
3.4 KiB
YAML
---
|
|
version: 1.1
|
|
|
|
root_password:
|
|
type: secret
|
|
description: Mot de passe de l'administrateur système root
|
|
hidden: true
|
|
default:
|
|
jinja: >-
|
|
{{ "root" |
|
|
get_password(server_name=general.network.interface_0.domain_name,
|
|
description="local connection",
|
|
type="cleartext",
|
|
temporary=true,
|
|
hide=general.hide_secret)
|
|
}}
|
|
|
|
link_configurations:
|
|
description: Nom des fichiers "link" networkd
|
|
type: unix_filename
|
|
multi: true
|
|
hidden: true
|
|
default:
|
|
jinja: |-
|
|
{%- for zone in general.network.zones_list %}
|
|
/systemd/network/10-{{ zone }}-risotto.link
|
|
{%- endfor -%}
|
|
|
|
use_systemd_repart:
|
|
description: Activer le partitionnement systemd
|
|
type: boolean
|
|
hidden: true
|
|
|
|
network:
|
|
|
|
networkd_configurations:
|
|
description: Nom des fichiers de configuration du réseau networkd
|
|
type: unix_filename
|
|
multi: true
|
|
hidden: true
|
|
default:
|
|
jinja: |-
|
|
{%- for zone in general.network.zones_list %}
|
|
/etc/systemd/network/10-{{ zone}}-risotto.network
|
|
{%- endfor -%}
|
|
|
|
netwokd_interface_name_type:
|
|
description: Type de réseau networkd
|
|
hidden: true
|
|
default: zone_name
|
|
choices:
|
|
- zone_name
|
|
- host
|
|
|
|
journald:
|
|
|
|
conditions:
|
|
hidden: true
|
|
|
|
vector_messages:
|
|
supplier: Journald:message
|
|
unique: false
|
|
default:
|
|
- 'PAM adding faulty module: /usr/lib64/security/pam_sss.so'
|
|
- 'PAM adding faulty module: /usr/lib64/security/pam_sss.so'
|
|
- 'PAM adding faulty module: /usr/lib64/security/pam_sss.so'
|
|
- 'PAM adding faulty module: /usr/lib64/security/pam_sss.so'
|
|
- 'PAM adding faulty module: /usr/lib64/security/pam_sss.so'
|
|
- "PAM unable to dlopen(/usr/lib64/security/pam_sss.so): \
|
|
/usr/lib64/security/pam_sss.so: cannot open shared object file: \
|
|
No such file or directory"
|
|
- "PAM unable to dlopen(/usr/lib64/security/pam_sss.so): \
|
|
/usr/lib64/security/pam_sss.so: cannot open shared object file: \
|
|
No such file or directory"
|
|
- "PAM unable to dlopen(/usr/lib64/security/pam_sss.so): \
|
|
/usr/lib64/security/pam_sss.so: cannot open shared object file: \
|
|
No such file or directory"
|
|
- "PAM unable to dlopen(/usr/lib64/security/pam_sss.so): \
|
|
/usr/lib64/security/pam_sss.so: cannot open shared object file: \
|
|
No such file or directory"
|
|
- "PAM unable to dlopen(/usr/lib64/security/pam_sss.so): \
|
|
/usr/lib64/security/pam_sss.so: cannot open shared object file: \
|
|
No such file or directory"
|
|
- "Failed to open libbpf, cgroup BPF features disabled: Operation \
|
|
not supported"
|
|
- "rm(/var/log): Directory not empty"
|
|
- ': Duplicate line for path'
|
|
|
|
vector_services:
|
|
supplier: Journald:service
|
|
unique: false
|
|
default:
|
|
- systemd
|
|
- (systemd)
|
|
- (ystemctl)
|
|
- (sh)
|
|
- su
|
|
- systemd
|
|
- (systemd)
|
|
- (ystemctl)
|
|
- (sh)
|
|
- su
|
|
- systemd
|
|
- systemd-tmpfiles
|
|
- systemd-tmpfiles
|
|
|
|
vector_functions:
|
|
supplier: Journald:function
|
|
mandatory: false
|
|
empty: false
|
|
unique: false
|
|
default:
|
|
- null
|
|
- null
|
|
- null
|
|
- null
|
|
- null
|
|
- null
|
|
- null
|
|
- null
|
|
- null
|
|
- null
|
|
- null
|
|
- null
|
|
- contains
|