summaryrefslogtreecommitdiff
path: root/vagrant/.env.example
diff options
context:
space:
mode:
authorRoberto Berto <roberto.berto@under.com.br>2024-03-10 19:33:08 -0300
committerRoberto Berto <roberto.berto@under.com.br>2024-03-10 19:33:08 -0300
commitaeeced363ffe72c2a37bf77fb7a367891599054c (patch)
tree780783962bd5dcc413a3541340f9edd0caae0f09 /vagrant/.env.example
parent8ae0b4f237eb20d9ad9f511154df8eb554bde398 (diff)
downloadpyvyos-aeeced363ffe72c2a37bf77fb7a367891599054c.tar.gz
pyvyos-aeeced363ffe72c2a37bf77fb7a367891599054c.zip
vagrant infra to test and development
Diffstat (limited to 'vagrant/.env.example')
-rw-r--r--vagrant/.env.example13
1 files changed, 13 insertions, 0 deletions
diff --git a/vagrant/.env.example b/vagrant/.env.example
new file mode 100644
index 0000000..36bebf8
--- /dev/null
+++ b/vagrant/.env.example
@@ -0,0 +1,13 @@
+
+# vyos https api key
+VYDEVICE_APIKEY=your_api_key
+
+# vyos network interface
+VYDEVICE_IP=192.168.56.10
+VYDEVICE_NETMASK=255.255.255.0
+
+# HOST_IP is the ip address of the host machine of the virtualbox
+# use your windows network interface for virtualbox running on windows host and using wsl2 for vagrant
+HOST_IP=192.168.0.114
+# or use 127.0.0.1, virtualbox running on linux host or windows host
+# HOST_IP=127.0.0.1 \ No newline at end of file