summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hostname.yml11
-rw-r--r--hosts14
2 files changed, 25 insertions, 0 deletions
diff --git a/hostname.yml b/hostname.yml
new file mode 100644
index 00000000..b58a868d
--- /dev/null
+++ b/hostname.yml
@@ -0,0 +1,11 @@
+---
+# This is a utility playbook for occasional fixing of hostnames on old
+# servers. It is not intended to be run all the time, just on occasions.
+# For new servers, ITS will make needed setup (and this playbook will
+# become deprecated).
+- hosts: all
+ gather_facts: no
+ become: yes
+ tasks:
+ - name: Set hostname
+ hostname: name={{inventory_hostname}}
diff --git a/hosts b/hosts
index 4eb5c080..7784693c 100644
--- a/hosts
+++ b/hosts
@@ -19,3 +19,17 @@ builds.96boards.org
[publishing-apache22]
snapshots.linaro.org
releases-us.linaro.org
+
+[git]
+git-us.linaro.org
+git-ap.linaro.org
+git-ie.linaro.org
+android-git-us.linaro.org
+android-git-ap.linaro.org
+android-git-ie.linaro.org
+dev-private-git.linaro.org
+projectara-git.linaro.org
+
+[patches]
+patches.opendataplane.org
+patches.linaro.org