summaryrefslogtreecommitdiff
path: root/roles/qemu/files/config.boot
diff options
context:
space:
mode:
authorYuya Kusakabe <yuya.kusakabe@gmail.com>2018-06-28 01:23:02 +0900
committerYuya Kusakabe <yuya.kusakabe@gmail.com>2018-06-28 01:23:02 +0900
commit86f71d4334f2269ff8f0268d200f03b73e1c26b7 (patch)
tree1fe8415733cdf993549ae6bcf067f4ea6c272e03 /roles/qemu/files/config.boot
parentebf269e8926d3dbd2a543aabe598ef4cfa68a5ff (diff)
downloadvyos-vm-images-86f71d4334f2269ff8f0268d200f03b73e1c26b7.tar.gz
vyos-vm-images-86f71d4334f2269ff8f0268d200f03b73e1c26b7.zip
Cleanup playbook
Diffstat (limited to 'roles/qemu/files/config.boot')
-rw-r--r--roles/qemu/files/config.boot41
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
-}