summaryrefslogtreecommitdiffstats
path: root/roles/openshift_common
diff options
context:
space:
mode:
authorJason DeTiberus <jdetiber@redhat.com>2015-11-17 13:26:43 -0500
committerJason DeTiberus <jdetiber@redhat.com>2015-11-17 13:26:43 -0500
commit2c9184ec936e7434783ffe087afc5d7bdb76b372 (patch)
treec012c2dbcc9d7965a944bcbf2a61fab1354b3430 /roles/openshift_common
parent426aa0a1613bdfc5547abde43ab1130ba027126e (diff)
downloadopenshift-2c9184ec936e7434783ffe087afc5d7bdb76b372.tar.gz
openshift-2c9184ec936e7434783ffe087afc5d7bdb76b372.tar.bz2
openshift-2c9184ec936e7434783ffe087afc5d7bdb76b372.tar.xz
openshift-2c9184ec936e7434783ffe087afc5d7bdb76b372.zip
Do not update the hostname
Diffstat (limited to 'roles/openshift_common')
-rw-r--r--roles/openshift_common/tasks/main.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/roles/openshift_common/tasks/main.yml b/roles/openshift_common/tasks/main.yml
index 38d5a08e4..e9df4e364 100644
--- a/roles/openshift_common/tasks/main.yml
+++ b/roles/openshift_common/tasks/main.yml
@@ -18,6 +18,3 @@
deployment_type: "{{ openshift_deployment_type }}"
use_fluentd: "{{ openshift_use_fluentd | default(None) }}"
use_flannel: "{{ openshift_use_flannel | default(None) }}"
-
-- name: Set hostname
- hostname: name={{ openshift.common.hostname }}