diff options
author | Thomas Wiest <twiest@users.noreply.github.com> | 2015-04-24 12:06:07 -0400 |
---|---|---|
committer | Thomas Wiest <twiest@users.noreply.github.com> | 2015-04-24 12:06:07 -0400 |
commit | b3b2039086bb380bc76172ec39a97f1d447ac412 (patch) | |
tree | 117c8aea45d5bf7199870403a7210505a1d686dd /playbooks/libvirt/openshift-cluster | |
parent | b1105112be18f6e1f3cd5b268881f46a2a6ad229 (diff) | |
parent | 378e8a8c9d7e7be7f52691e957f07096ee0b2c82 (diff) | |
download | openshift-b3b2039086bb380bc76172ec39a97f1d447ac412.tar.gz openshift-b3b2039086bb380bc76172ec39a97f1d447ac412.tar.bz2 openshift-b3b2039086bb380bc76172ec39a97f1d447ac412.tar.xz openshift-b3b2039086bb380bc76172ec39a97f1d447ac412.zip |
Merge pull request #167 from detiber/aws-lvm-direct
lvm-direct support for aws
Diffstat (limited to 'playbooks/libvirt/openshift-cluster')
-rw-r--r-- | playbooks/libvirt/openshift-cluster/list.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/libvirt/openshift-cluster/list.yml b/playbooks/libvirt/openshift-cluster/list.yml index 25a25f791..eaedc4d0d 100644 --- a/playbooks/libvirt/openshift-cluster/list.yml +++ b/playbooks/libvirt/openshift-cluster/list.yml @@ -20,4 +20,4 @@ hosts: oo_list_hosts tasks: - debug: - msg: 'public:{{ansible_default_ipv4.address}} private:{{ansible_default_ipv4.address}} deployment-type: {{ hostvars[inventory_hostname].group_names | oo_get_deployment_type_from_groups }}' + msg: 'public:{{ansible_default_ipv4.address}} private:{{ansible_default_ipv4.address}}' |