summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2015-12-18 11:02:52 -0500
committerAndrew Butcher <abutcher@redhat.com>2016-01-04 09:16:11 -0500
commit62fcc9436db024d189f3ff8107aeb7e2a1ae812f (patch)
treec3f99ffb5b000a2e07273e6b1d0bf983c5e60224 /playbooks
parentef014ae06a50c5f2050aa183638165895154db5f (diff)
downloadopenshift-62fcc9436db024d189f3ff8107aeb7e2a1ae812f.tar.gz
openshift-62fcc9436db024d189f3ff8107aeb7e2a1ae812f.tar.bz2
openshift-62fcc9436db024d189f3ff8107aeb7e2a1ae812f.tar.xz
openshift-62fcc9436db024d189f3ff8107aeb7e2a1ae812f.zip
openshift_facts validation
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-master/config.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/playbooks/common/openshift-master/config.yml b/playbooks/common/openshift-master/config.yml
index b7e9362cd..0334a002e 100644
--- a/playbooks/common/openshift-master/config.yml
+++ b/playbooks/common/openshift-master/config.yml
@@ -247,14 +247,6 @@
msg: >
openshift_master_session_auth_secrets and openshift_master_encryption_secrets must be equal length
when: (openshift_master_session_auth_secrets is defined and openshift_master_session_encryption_secrets is defined) and (openshift_master_session_auth_secrets | length != openshift_master_session_encryption_secrets | length)
- - fail:
- msg: >
- Invalid secret length in openshift_master_session_auth_secrets: secrets must be at least 32 characters
- when: openshift_master_session_auth_secrets is defined and not openshift_master_session_auth_secrets | validate_auth_secrets | bool
- - fail:
- msg: >
- Invalid secret length in openshift_master_session_encryption_secrets: secrets must be 16, 24, or 32 characters
- when: openshift_master_session_encryption_secrets is defined and not openshift_master_session_encryption_secrets | validate_encryption_secrets | bool
roles:
- role: openshift_facts
post_tasks: