base: reordering default variable file and deleting unused one
parent
c0b1131f36
commit
ec6de426d6
@ -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"
|
||||
|
Loading…
Reference in New Issue