mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-02-14 09:39:56 +00:00
- Update Docker installation task from the [official docs](https://docs.docker.com/engine/install/ubuntu/)
39 lines
673 B
YAML
39 lines
673 B
YAML
---
|
|
vagrant:
|
|
default_box: ubuntu/focal64
|
|
default_box_check_update: true
|
|
ssh_insert_key: false
|
|
min_memory: 256
|
|
min_cores: 1
|
|
|
|
instances:
|
|
- hostname: node1
|
|
private_ip: 10.10.10.10
|
|
memory: 1512
|
|
cores: 1
|
|
mounts:
|
|
- host_path: ../
|
|
guest_path: /home/vagrant/orchestration-workshop
|
|
owner: vagrant
|
|
group: vagrant
|
|
|
|
- hostname: node2
|
|
private_ip: 10.10.10.20
|
|
memory: 512
|
|
cores: 1
|
|
|
|
- hostname: node3
|
|
private_ip: 10.10.10.30
|
|
memory: 512
|
|
cores: 1
|
|
|
|
- hostname: node4
|
|
private_ip: 10.10.10.40
|
|
memory: 512
|
|
cores: 1
|
|
|
|
- hostname: node5
|
|
private_ip: 10.10.10.50
|
|
memory: 512
|
|
cores: 1
|