MichaelCade / 90DaysOfDevOps

This repository started out as a learning in public project for myself and has now become a structured learning map for many in the community. We have 3 years under our belt covering all things DevOps, including Principles, Processes, Tooling and Use Cases surrounding this vast topic.

Home Page:https://www.90daysofdevops.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asking for network bridge while vagrant up command(in ansible ex)

souravsk opened this issue · comments

sovu@sourav-pc:/media/sovu/Data/Devops/ansible$ vagrant up
Bringing machine 'db01' up with 'virtualbox' provider...
Bringing machine 'web01' up with 'virtualbox' provider...
Bringing machine 'web02' up with 'virtualbox' provider...
Bringing machine 'loadbalancer' up with 'virtualbox' provider...
==> db01: Importing base box 'bento/ubuntu-21.10'...
==> db01: Matching MAC address for NAT networking...
==> db01: Checking if box 'bento/ubuntu-21.10' version '202112.19.0' is up to date...
==> db01: Setting the name of the VM: ansible_db01_1656096809201_57737
==> db01: Clearing any previously set network interfaces...
==> db01: Specific bridge 'Intel(R) Ethernet Connection (7) I219-V' not found. You may be asked to specify
==> db01: which network to bridge to.
==> db01: Available bridged network interfaces:

  1. usb0
  2. eno1
  3. docker0
  4. br-b6f64a9dc7c1
  5. br-e3c4ab17856a
    ==> db01: When choosing an interface, it is usually the one that is
    ==> db01: being used to connect to the internet.
    ==> db01:
    db01: Which interface should the network bridge to?

https://github.com/MichaelCade/90DaysOfDevOps/blob/main/Days/Configmgmt/Vagrantfile
while using this file. it was asking for an interface should the network bridge...
sorry but don't understand what it means some terms are very new to me but I will catch up