From 803cc22ef74a6e109f359d2e016a326a70ec788a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 7 Jan 2014 19:05:18 +0000 Subject: [PATCH] Quote: one who says something witty will be remembered forever - anonymous --- inventory/host_vars/209.132.184.142 | 2 +- inventory/host_vars/209.132.184.143 | 2 +- inventory/host_vars/209.132.184.144 | 2 +- inventory/host_vars/209.132.184.146 | 2 +- inventory/host_vars/209.132.184.147 | 2 +- inventory/host_vars/209.132.184.153 | 2 +- inventory/host_vars/209.132.184.157 | 2 +- inventory/host_vars/209.132.184.158 | 2 +- inventory/host_vars/209.132.184.162 | 2 +- inventory/host_vars/209.132.184.165 | 2 +- inventory/host_vars/209.132.184.166 | 2 +- inventory/host_vars/209.132.184.209 | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/inventory/host_vars/209.132.184.142 b/inventory/host_vars/209.132.184.142 index aa7f65cb5d..bcda21c3e2 100644 --- a/inventory/host_vars/209.132.184.142 +++ b/inventory/host_vars/209.132.184.142 @@ -1,6 +1,6 @@ --- instance_type: m1.xlarge -image: {{ f19_qcow_id }} +image: "{{ f19_qcow_id }}" keypair: fedora-admin-20130801 security_group: webserver zone: nova diff --git a/inventory/host_vars/209.132.184.143 b/inventory/host_vars/209.132.184.143 index a1b42d244e..49c3c5fcc1 100644 --- a/inventory/host_vars/209.132.184.143 +++ b/inventory/host_vars/209.132.184.143 @@ -1,6 +1,6 @@ --- instance_type: m1.small -image: {{ el6_qcow_id }} +image: "{{ el6_qcow_id }}" keypair: fedora-admin-20130801 security_group: webserver zone: nova diff --git a/inventory/host_vars/209.132.184.144 b/inventory/host_vars/209.132.184.144 index 122a14667d..9e155d310d 100644 --- a/inventory/host_vars/209.132.184.144 +++ b/inventory/host_vars/209.132.184.144 @@ -1,6 +1,6 @@ --- instance_type: m1.medium -image: {{ f19_qcow_id }} +image: "{{ f19_qcow_id }}" keypair: fedora-admin-20130801 security_group: webserver zone: nova diff --git a/inventory/host_vars/209.132.184.146 b/inventory/host_vars/209.132.184.146 index 72d3bbdb13..277f62e562 100644 --- a/inventory/host_vars/209.132.184.146 +++ b/inventory/host_vars/209.132.184.146 @@ -1,6 +1,6 @@ --- instance_type: m1.large -image: {{ f20_qcow_id }} +image: "{{ f20_qcow_id }}" keypair: fedora-admin-20130801 security_group: logstash zone: nova diff --git a/inventory/host_vars/209.132.184.147 b/inventory/host_vars/209.132.184.147 index 7fcce35a7f..6d2e867791 100644 --- a/inventory/host_vars/209.132.184.147 +++ b/inventory/host_vars/209.132.184.147 @@ -1,6 +1,6 @@ --- instance_type: m1.small -image: {{ el6_qcow_id }} +image: "{{ el6_qcow_id }}" keypair: fedora-admin-20130801 security_group: webserver zone: nova diff --git a/inventory/host_vars/209.132.184.153 b/inventory/host_vars/209.132.184.153 index 2300f647dd..2bb37e4ccd 100644 --- a/inventory/host_vars/209.132.184.153 +++ b/inventory/host_vars/209.132.184.153 @@ -1,6 +1,6 @@ --- instance_type: m1.small -image: {{ el6_qcow_id }} +image: "{{ el6_qcow_id }}" keypair: fedora-admin-20130801 security_group: jenkins zone: nova diff --git a/inventory/host_vars/209.132.184.157 b/inventory/host_vars/209.132.184.157 index c60297a261..0c661e4ac3 100644 --- a/inventory/host_vars/209.132.184.157 +++ b/inventory/host_vars/209.132.184.157 @@ -1,6 +1,6 @@ --- instance_type: m1.large -image: {{ f19_qcow_id }} +image: "{{ f19_qcow_id }}" keypair: fedora-admin-20130801 security_group: webserver zone: nova diff --git a/inventory/host_vars/209.132.184.158 b/inventory/host_vars/209.132.184.158 index 84b2dbfe00..ee690765e4 100644 --- a/inventory/host_vars/209.132.184.158 +++ b/inventory/host_vars/209.132.184.158 @@ -1,6 +1,6 @@ --- instance_type: m1.xlarge -image: {{ f19_qcow_id }} +image: "{{ f19_qcow_id }}" keypair: fedora-admin-20130801 security_group: jenkins zone: nova diff --git a/inventory/host_vars/209.132.184.162 b/inventory/host_vars/209.132.184.162 index 8126175c6d..0bf91956f2 100644 --- a/inventory/host_vars/209.132.184.162 +++ b/inventory/host_vars/209.132.184.162 @@ -1,6 +1,6 @@ --- instance_type: m1.small -image: {{ el6_qcow_id }} +image: "{{ el6_qcow_id }}" keypair: fedora-admin-20130801 security_group: webserver zone: nova diff --git a/inventory/host_vars/209.132.184.165 b/inventory/host_vars/209.132.184.165 index 10764a0e69..4281790b8d 100644 --- a/inventory/host_vars/209.132.184.165 +++ b/inventory/host_vars/209.132.184.165 @@ -1,6 +1,6 @@ --- instance_type: m1.large -image: {{ el6_qcow_id }} +image: "{{ el6_qcow_id }}" keypair: fedora-admin-20130801 security_group: jenkins zone: nova diff --git a/inventory/host_vars/209.132.184.166 b/inventory/host_vars/209.132.184.166 index 8676c02401..2ac7e7f660 100644 --- a/inventory/host_vars/209.132.184.166 +++ b/inventory/host_vars/209.132.184.166 @@ -1,6 +1,6 @@ --- instance_type: m1.large -image: {{ f18_qcow_id }} +image: "{{ f18_qcow_id }}" keypair: fedora-admin-20130801 security_group: jenkins zone: nova diff --git a/inventory/host_vars/209.132.184.209 b/inventory/host_vars/209.132.184.209 index e4c983e535..8806cc02c1 100644 --- a/inventory/host_vars/209.132.184.209 +++ b/inventory/host_vars/209.132.184.209 @@ -1,6 +1,6 @@ --- instance_type: m1.xlarge -image: {{ f20_qcow_id }} +image: "{{ f20_qcow_id }}" keypair: fedora-admin-20130801 security_group: jenkins zone: nova