Created
March 1, 2017 10:08
-
-
Save ahawkins/a05a4892ed797c994bd054596c98fb16 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Validate cluster name lengths | |
assert: | |
that: | |
- "len('bastions.' + item.name) <= 32" | |
- "len('api.' + item.name) <= 32" | |
with_items: "{{ production_k8s_deployments }}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment