Skip to content

Commit

Permalink
add: small cluster setup
Browse files Browse the repository at this point in the history
  • Loading branch information
pasiol committed Dec 26, 2024
1 parent 0a5f757 commit 142247d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
12 changes: 0 additions & 12 deletions group_vars/all/nodes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,3 @@ nodes:
ipv4: 172.16.254.21
ram_mb: 4096
vcpus: 2
- name: worker-02
type: worker
disk_size_in_gb: 30
ipv4: 172.16.254.22
ram_mb: 4096
vcpus: 2
- name: worker-03
type: worker
disk_size_in_gb: 30
ipv4: 172.16.254.23
ram_mb: 4096
vcpus: 2
8 changes: 0 additions & 8 deletions inventory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ all:
ansible_host: 172.16.254.11
worker01:
ansible_host: 172.16.254.21
worker02:
ansible_host: 172.16.254.22
worker03:
ansible_host: 172.16.254.23
children:
kvm:
hosts:
Expand All @@ -19,13 +15,9 @@ all:
hosts:
control-plane01:
worker01:
worker02:
worker03:
control_planes:
hosts:
control-plane01:
workers:
hosts:
worker01:
worker02:
worker03:

0 comments on commit 142247d

Please sign in to comment.