From df391646b87745eb82f833aa928a97700c9841b7 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Tue, 16 Jan 2024 16:51:26 -0600 Subject: [PATCH] Add rook nodes. --- ansible/main/inventory/hosts.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/ansible/main/inventory/hosts.yaml b/ansible/main/inventory/hosts.yaml index 4ca5f7a..1c7f29d 100644 --- a/ansible/main/inventory/hosts.yaml +++ b/ansible/main/inventory/hosts.yaml @@ -14,5 +14,17 @@ kubernetes: ansible_host: 10.1.1.63 workers: hosts: - qbee: + nenya: 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