From: Alfredo Deza Date: Mon, 11 Jan 2016 17:11:16 +0000 (-0500) Subject: prefix the ip address so that mita can use the UUID properly on the slave.yml file X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d219112703b2d46207e1043a7187a96c7bb73aa2;p=ceph-build.git prefix the ip address so that mita can use the UUID properly on the slave.yml file Signed-off-by: Alfredo Deza --- diff --git a/ansible/slave.yml b/ansible/slave.yml index 4e64095d..3447c3cf 100644 --- a/ansible/slave.yml +++ b/ansible/slave.yml @@ -99,7 +99,7 @@ # relies on a convention to set a unique name that allows a reverse # mapping from Jenkins back to whatever service created the current # node - name: "{{ nodename }}+{{ ansible_default_ipv4.address }}" + name: "{{ ansible_default_ipv4.address }}+{{ nodename }}" labels: "{{ labels }}" host: "{{ ansible_default_ipv4.address }}" credentialsId: '39fa150b-b2a1-416e-b334-29a9a2c0b32d'