Skip to content

Instantly share code, notes, and snippets.

@ahawkins
Created March 1, 2017 10:08
Show Gist options
  • Save ahawkins/a05a4892ed797c994bd054596c98fb16 to your computer and use it in GitHub Desktop.
Save ahawkins/a05a4892ed797c994bd054596c98fb16 to your computer and use it in GitHub Desktop.
- 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