base: reordering default variable file and deleting unused one

This commit is contained in:
Jérémy Dubois 2022-10-12 16:45:56 +02:00
parent c0b1131f36
commit ec6de426d6
2 changed files with 15 additions and 6 deletions

View File

@ -50,6 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* base: fstab options can be activated or not
* base: configure "/usr/X11R6" and "/usr/local" for servers that have a mount on it
* base: we can chose to deploy or not utils files
* base: reordering default variable file and deleting unused one
### Fixed

View File

@ -1,19 +1,27 @@
# yamllint disable rule:line-length
---
ntpd_servers: "ntp.evolix.net"
general_alert_email: "root@localhost"
general_technical_realm: "example.com"
# dotfiles.yml
evobsd_system_timeout: 36000
evobsd_path: "$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin"
# mail.yml
general_alert_email: "root@localhost"
# cron.yml
cron_root_path: "/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin"
# ntp.yml
ntpd_servers: "ntp.evolix.net"
# fstab.yml
evobsd_fstab_softdep: true
evobsd_fstab_noatime: true
evobsd_fstab_noexec: true
install_url: "https://cdn.openbsd.org/pub/OpenBSD"
# utils.yml
evobsd_updateevobackupcanary_include: true
evobsd_dumpserverstate_include: true
# packages.yml
install_url: "https://cdn.openbsd.org/pub/OpenBSD"