Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pierrefevrier/8ac19a367e90bae2384d7199ddc6a63f to your computer and use it in GitHub Desktop.
Save pierrefevrier/8ac19a367e90bae2384d7199ddc6a63f to your computer and use it in GitHub Desktop.
Ansible tips
# Calculate max of 2 vars and apply a margin
{{ ([var1, var2] | max + 100) | int }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment