diff options
Diffstat (limited to 'roles/qemu/files/config.boot')
-rw-r--r-- | roles/qemu/files/config.boot | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/roles/qemu/files/config.boot b/roles/qemu/files/config.boot deleted file mode 100644 index f1ec4f5..0000000 --- a/roles/qemu/files/config.boot +++ /dev/null @@ -1,41 +0,0 @@ -service { - ssh { - port 22 - } -} -system { - host-name vyos - login { - user vyos { - authentication { - encrypted-password "$6$MjV2YvKQ56q$QbL562qhRoyUu8OaqrXagicvcsNpF1HssCY06ZxxghDJkBCfSfTE/4FlFB41xZcd/HqYyVBuRt8Zyq3ozJ0dc." - plaintext-password "" - } - level admin - } - } - syslog { - global { - facility all { - level notice - } - facility protocols { - level debug - } - } - } - ntp { - server "0.pool.ntp.org" - server "1.pool.ntp.org" - server "2.pool.ntp.org" - } - config-management { - commit-revisions 100 - } -} -interfaces { - ethernet eth0 { - address dhcp - } - loopback lo -} |