]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
tools: Add bath and toko to jenkins-builder-disk 796/head
authorDavid Galloway <david.galloway@ibm.com>
Thu, 4 Dec 2025 05:18:40 +0000 (00:18 -0500)
committerDavid Galloway <david.galloway@ibm.com>
Thu, 4 Dec 2025 05:18:40 +0000 (00:18 -0500)
Signed-off-by: David Galloway <david.galloway@ibm.com>
tools/jenkins-builder-disk.yml

index 61c78d6ffc7f3da2b427b42e7c9d0dc8a2556dba..84167c7ff7e002776134d149a0d5822351f46392 100644 (file)
@@ -5,6 +5,8 @@
     - incerta
     - irvingi
     - adami
+    - toko
+    - bath
   become: true
   tasks:
 
@@ -47,7 +49,7 @@
   - set_fact:
       disk: /dev/nvme0n1
       mount_point: /home/jenkins-build
-    when: '"incerta" in ansible_hostname'
+    when: ansible_hostname is search("incerta|toko")
 
 # Setting the mountpoint to libvirt/images on irvinigi because I'm adding two
 # right now as CentOS7 Vagrant builders.