Преглед на файлове

Fix inventory syntaxe

  * ERROR: /etc/ansible/hosts:...: variables assigned to group must be in key=value form
  * change key: value by key=value
talset преди 9 години
родител
ревизия
f01fe3a5fd
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      inventory/byo/hosts.aep.example
  2. 1 1
      inventory/byo/hosts.origin.example
  3. 1 1
      inventory/byo/hosts.ose.example

+ 1 - 1
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"}]

+ 1 - 1
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"}]

+ 1 - 1
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"}]