vyos-build/tools/cloud-init/OCI/config.boot.default
Daniil Baturin ecf4137b75 Revert "Use correct component versions for equuleus."
This reverts commit 23639568a945f19471af88547dab45b87bbd642d.
2021-09-13 12:09:48 -04:00

41 lines
698 B
Plaintext

system {
host-name vyos
login {
user vyos {
authentication {
encrypted-password "*"
plaintext-password ""
}
level admin
}
}
syslog {
global {
facility all {
level info
}
facility protocols {
level debug
}
}
}
ntp {
server "time1.vyos.net"
server "time2.vyos.net"
server "time3.vyos.net"
}
console {
device ttyS0 {
speed 9600
}
}
config-management {
commit-revisions 100
}
}
interfaces {
loopback lo {
}
}