summaryrefslogtreecommitdiffstats
path: root/inventory
diff options
context:
space:
mode:
authortalset <florian.lambert@enovance.com>2016-04-29 11:08:11 +0200
committertalset <florian.lambert@enovance.com>2016-04-29 11:08:11 +0200
commitf01fe3a5fd52b555de0b84ad6fa8d0d59c75118b (patch)
tree42080262c2d4eb33ab103327f1fbc88ba5e75e50 /inventory
parent930daf5b42987f5f9a1f2ed15793a0d301f8afef (diff)
downloadopenshift-f01fe3a5fd52b555de0b84ad6fa8d0d59c75118b.tar.gz
openshift-f01fe3a5fd52b555de0b84ad6fa8d0d59c75118b.tar.bz2
openshift-f01fe3a5fd52b555de0b84ad6fa8d0d59c75118b.tar.xz
openshift-f01fe3a5fd52b555de0b84ad6fa8d0d59c75118b.zip
Fix inventory syntaxe
* ERROR: /etc/ansible/hosts:...: variables assigned to group must be in key=value form * change key: value by key=value
Diffstat (limited to 'inventory')
-rw-r--r--inventory/byo/hosts.aep.example2
-rw-r--r--inventory/byo/hosts.origin.example2
-rw-r--r--inventory/byo/hosts.ose.example2
3 files changed, 3 insertions, 3 deletions
diff --git a/inventory/byo/hosts.aep.example b/inventory/byo/hosts.aep.example
index f4edc5281..c18a423bf 100644
--- a/inventory/byo/hosts.aep.example
+++ b/inventory/byo/hosts.aep.example
@@ -262,7 +262,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
# will add the newly provided certificates to the cached set of certificates.
# If you would like openshift_master_named_certificates to be overwritten with
# the provided value, specify openshift_master_overwrite_named_certificates.
-#openshift_master_overwrite_named_certificates: true
+#openshift_master_overwrite_named_certificates=true
#
# Provide local certificate paths which will be deployed to masters
#openshift_master_named_certificates=[{"certfile": "/path/to/custom1.crt", "keyfile": "/path/to/custom1.key"}]
diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example
index 566e15c22..28298d940 100644
--- a/inventory/byo/hosts.origin.example
+++ b/inventory/byo/hosts.origin.example
@@ -267,7 +267,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
# will add the newly provided certificates to the cached set of certificates.
# If you would like openshift_master_named_certificates to be overwritten with
# the provided value, specify openshift_master_overwrite_named_certificates.
-#openshift_master_overwrite_named_certificates: true
+#openshift_master_overwrite_named_certificates=true
#
# Provide local certificate paths which will be deployed to masters
#openshift_master_named_certificates=[{"certfile": "/path/to/custom1.crt", "keyfile": "/path/to/custom1.key"}]
diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example
index 9d185ad5d..38adfe572 100644
--- a/inventory/byo/hosts.ose.example
+++ b/inventory/byo/hosts.ose.example
@@ -263,7 +263,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
# will add the newly provided certificates to the cached set of certificates.
# If you would like openshift_master_named_certificates to be overwritten with
# the provided value, specify openshift_master_overwrite_named_certificates.
-#openshift_master_overwrite_named_certificates: true
+#openshift_master_overwrite_named_certificates=true
#
# Provide local certificate paths which will be deployed to masters
#openshift_master_named_certificates=[{"certfile": "/path/to/custom1.crt", "keyfile": "/path/to/custom1.key"}]