added Vagrantfile line
This commit is contained in:
parent
0f4fc320a3
commit
58ee037402
1 changed files with 5 additions and 0 deletions
|
@ -28,6 +28,11 @@ sudo ip link set tap0 up
|
||||||
sudo ip link set br0 up
|
sudo ip link set br0 up
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Dans le Vagrantfile :
|
||||||
|
|
||||||
|
```
|
||||||
|
config.vm.network "public_network", ip: "10.13.4.31", bridge: "tap0"
|
||||||
|
```
|
||||||
|
|
||||||
## 2. Déployer Consul et Nomad
|
## 2. Déployer Consul et Nomad
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue