[MERGED] osmo-ci[master]: ansible: hosts: use inventory with ansible_host to have more...

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu Apr 5 19:58:53 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: ansible: hosts: use inventory with ansible_host to have more readable ansible output
......................................................................


ansible: hosts: use inventory with ansible_host to have more readable ansible output

As long they don't have a dns entry, use the ansible_host variable

Change-Id: I0888e9b66cd1077dcdada97fb5ee2d56def516e3
---
M ansible/hosts
1 file changed, 4 insertions(+), 8 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved; Verified



diff --git a/ansible/hosts b/ansible/hosts
index 152315d..27480e4 100644
--- a/ansible/hosts
+++ b/ansible/hosts
@@ -5,11 +5,7 @@
 10.9.25.107
 
 [jenkins-slaves]
-# admin2-deb9build
-2a01:4f8:13b:828::1:300
-# admin2-deb8build
-2a01:4f8:13b:828::1:400
-# build2-deb8build-ansible
-2a01:4f8:10b:2ad9::1:7
-# build2-deb9build-ansible
-2a01:4f8:10b:2ad9::1:6
+admin2-deb9build ansible_host=2a01:4f8:13b:828::1:300
+admin2-deb8build ansible_host=2a01:4f8:13b:828::1:400
+build2-deb8build-ansible ansible_host=2a01:4f8:10b:2ad9::1:7
+build2-deb9build-ansible ansible_host=2a01:4f8:10b:2ad9::1:6

-- 
To view, visit https://gerrit.osmocom.org/7592
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I0888e9b66cd1077dcdada97fb5ee2d56def516e3
Gerrit-PatchSet: 2
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list