Skip to content

Commit

Permalink
Remove vagrant image to default image see #8166
Browse files Browse the repository at this point in the history
  • Loading branch information
JeGoi authored and stegar123 committed Jun 21, 2024
1 parent 14ebfd7 commit 31e30ee
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions addons/vagrant/inventory/hosts
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@ all:
hosts:
node01:
box: debian/bookworm64
box_version: 12.20240212.1
box_version: 12.20240503.1
mgmt_ip: "{{ users_vars[dict_name]['vms']['node01']['ip'] }}"
mgmt_netmask: "{{ users_vars[dict_name]['vms']['node01']['netmask'] }}"
ansible_host: "{{ mgmt_ip }}"
# only used when run outside Vagrant
ansible_python_interpreter: '/usr/bin/python3'
node02:
box: debian/bookworm64
box_version: 12.20240212.1
box_version: 12.20240503.1
mgmt_ip: "{{ users_vars[dict_name]['vms']['node02']['ip'] }}"
mgmt_netmask: "{{ users_vars[dict_name]['vms']['node02']['netmask'] }}"
ansible_host: "{{ mgmt_ip }}"
# only used when run outside Vagrant
ansible_python_interpreter: '/usr/bin/python3'
node03:
box: debian/bookworm64
box_version: 12.20240212.1
box_version: 12.20240503.1
mgmt_ip: "{{ users_vars[dict_name]['vms']['node03']['ip'] }}"
mgmt_netmask: "{{ users_vars[dict_name]['vms']['node03']['netmask'] }}"
ansible_host: "{{ mgmt_ip }}"
Expand All @@ -45,7 +45,7 @@ all:
hosts:
wireless01:
box: debian/bookworm64
box_version: 12.20240212.1
box_version: 12.20240503.1
mgmt_ip: "{{ users_vars[dict_name]['vms']['wireless01']['ip'] }}"
mgmt_netmask: "{{ users_vars[dict_name]['vms']['wireless01']['netmask'] }}"
ansible_host: "{{ mgmt_ip }}"
Expand All @@ -61,7 +61,7 @@ all:
hosts:
linux01:
box: debian/bookworm64
box_version: 12.20240212.1
box_version: 12.20240503.1
mgmt_ip: "{{ users_vars[dict_name]['vms']['linux01']['ip'] }}"
mgmt_netmask: "{{ users_vars[dict_name]['vms']['linux01']['netmask'] }}"
ansible_host: "{{ mgmt_ip }}"
Expand All @@ -70,7 +70,7 @@ all:
memory: 512
linux02:
box: debian/bookworm64
box_version: 12.20240212.1
box_version: 12.20240503.1
mgmt_ip: "{{ users_vars[dict_name]['vms']['linux02']['ip'] }}"
mgmt_netmask: "{{ users_vars[dict_name]['vms']['linux02']['netmask'] }}"
ansible_host: "{{ mgmt_ip }}"
Expand All @@ -79,7 +79,7 @@ all:
memory: 512
ad:
box: debian/bookworm64
box_version: 12.20240212.1
box_version: 12.20240503.1
mgmt_ip: "{{ users_vars[dict_name]['vms']['ad']['ip'] }}"
mgmt_netmask: "{{ users_vars[dict_name]['vms']['ad']['netmask'] }}"
ansible_host: "{{ mgmt_ip }}"
Expand Down Expand Up @@ -142,8 +142,8 @@ all:
memory: 16384
disk_size: 130
pf1deb12dev:
box: inverse-inc/pfdeb12dev
box_version: 14.0.20240517144600
box: debian/bookworm64
box_version: 12.20240503.1
mgmt_ip: "{{ users_vars[dict_name]['vms']['pf1deb12dev']['ip'] }}"
mgmt_netmask: "{{ users_vars[dict_name]['vms']['pf1deb12dev']['netmask'] }}"
ansible_host: "{{ mgmt_ip }}"
Expand All @@ -152,8 +152,8 @@ all:
memory: 16384
disk_size: 130
pf2deb12dev:
box: inverse-inc/pfdeb12dev
box_version: 14.0.20240517144600
box: debian/bookworm64
box_version: 12.20240503.1
mgmt_ip: "{{ users_vars[dict_name]['vms']['pf2deb12dev']['ip'] }}"
mgmt_netmask: "{{ users_vars[dict_name]['vms']['pf2deb12dev']['netmask'] }}"
ansible_host: "{{ mgmt_ip }}"
Expand All @@ -162,8 +162,8 @@ all:
memory: 16384
disk_size: 130
pf3deb12dev:
box: inverse-inc/pfdeb12dev
box_version: 14.0.20240517144600
box: debian/bookworm64
box_version: 12.20240503.1
mgmt_ip: "{{ users_vars[dict_name]['vms']['pf3deb12dev']['ip'] }}"
mgmt_netmask: "{{ users_vars[dict_name]['vms']['pf3deb12dev']['netmask'] }}"
ansible_host: "{{ mgmt_ip }}"
Expand Down Expand Up @@ -202,8 +202,8 @@ all:
memory: 16384
disk_size: 130
pf1deb12localdev:
box: inverse-inc/pfdeb12dev
box_version: 14.0.20240517144600
box: debian/bookworm64
box_version: 12.20240503.1
mgmt_ip: "{{ users_vars[dict_name]['vms']['pf1deb12localdev']['ip'] }}"
mgmt_netmask: "{{ users_vars[dict_name]['vms']['pf1deb12localdev']['netmask'] }}"
ansible_host: "{{ mgmt_ip }}"
Expand All @@ -212,8 +212,8 @@ all:
memory: 16384
disk_size: 130
pf2deb12localdev:
box: inverse-inc/pfdeb12dev
box_version: 14.0.20240517144600
box: debian/bookworm64
box_version: 12.20240503.1
mgmt_ip: "{{ users_vars[dict_name]['vms']['pf2deb12localdev']['ip'] }}"
mgmt_netmask: "{{ users_vars[dict_name]['vms']['pf2deb12localdev']['netmask'] }}"
ansible_host: "{{ mgmt_ip }}"
Expand All @@ -222,8 +222,8 @@ all:
memory: 16384
disk_size: 130
pf3deb12localdev:
box: inverse-inc/pfdeb12dev
box_version: 14.0.20240517144600
box: debian/bookworm64
box_version: 12.20240503.1
mgmt_ip: "{{ users_vars[dict_name]['vms']['pf3deb12localdev']['ip'] }}"
mgmt_netmask: "{{ users_vars[dict_name]['vms']['pf3deb12localdev']['netmask'] }}"
ansible_host: "{{ mgmt_ip }}"
Expand All @@ -245,8 +245,8 @@ all:
memory: 16384
disk_size: 130
pfdeb12dev:
box: inverse-inc/pfdeb12dev
box_version: 14.0.20240517144600
box: debian/bookworm64
box_version: 12.20240503.1
mgmt_ip: "{{ users_vars[dict_name]['vms']['pfdeb12dev']['ip'] }}"
mgmt_netmask: "{{ users_vars[dict_name]['vms']['pfdeb12dev']['netmask'] }}"
ansible_host: "{{ mgmt_ip }}"
Expand All @@ -266,7 +266,7 @@ all:
disk_size: 130
deb12dev:
box: debian/bookworm64
box_version: 12.20240212.1
box_version: 12.20240503.1
mgmt_ip: "{{ users_vars[dict_name]['vms']['deb12dev']['ip'] }}"
mgmt_netmask: "{{ users_vars[dict_name]['vms']['deb12dev']['netmask'] }}"
ansible_host: "{{ mgmt_ip }}"
Expand Down Expand Up @@ -310,7 +310,7 @@ all:
disk_size: 130
deb12localdev:
box: debian/bookworm64
box_version: 12.20240212.1
box_version: 12.20240503.1
mgmt_ip: "{{ users_vars[dict_name]['vms']['deb12dev']['ip'] }}"
mgmt_netmask: "{{ users_vars[dict_name]['vms']['deb12dev']['netmask'] }}"
ansible_host: "{{ mgmt_ip }}"
Expand Down Expand Up @@ -340,7 +340,7 @@ all:
disk_size: 130
pfdeb12stable:
box: debian/bookworm64
box_version: 12.20240212.1
box_version: 12.20240503.1
mgmt_ip: "{{ users_vars[dict_name]['vms']['pfdeb12stable']['ip'] }}"
mgmt_netmask: "{{ users_vars[dict_name]['vms']['pfdeb12stable']['netmask'] }}"
ansible_host: "{{ mgmt_ip }}"
Expand Down

0 comments on commit 31e30ee

Please sign in to comment.