Add rook nodes.
This commit is contained in:
parent
d3cc80a165
commit
df391646b8
1 changed files with 13 additions and 1 deletions
|
@ -14,5 +14,17 @@ kubernetes:
|
||||||
ansible_host: 10.1.1.63
|
ansible_host: 10.1.1.63
|
||||||
workers:
|
workers:
|
||||||
hosts:
|
hosts:
|
||||||
qbee:
|
nenya:
|
||||||
ansible_host: 10.1.1.41
|
ansible_host: 10.1.1.41
|
||||||
|
vilya:
|
||||||
|
ansible_host: 10.1.1.42
|
||||||
|
ceph_drives:
|
||||||
|
- /dev/disk/by-id/nvme-PC300_NVMe_SK_hynix_256GB_EJ75N587410705M4U
|
||||||
|
gollum:
|
||||||
|
ansible_host: 10.1.1.43
|
||||||
|
ceph_drives:
|
||||||
|
- /dev/disk/by-id/nvme-Samsung_SSD_960_EVO_250GB_S3ESNX0K308457X
|
||||||
|
narya:
|
||||||
|
ansible_host: 10.1.1.44
|
||||||
|
ceph_drives:
|
||||||
|
- /dev/disk/by-id/nvme-Samsung_SSD_960_EVO_250GB_S3ESNX0K308438J
|
||||||
|
|
Loading…
Reference in a new issue