Created
August 23, 2013 00:40
-
-
Save VertigoRay/6314383 to your computer and use it in GitHub Desktop.
List of test computers
This file contains 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
{% for computer in 'TEST001','TEST002','TEST003' %} | |
{% if grains['nodename'] == computer %} | |
is_test_computer: True | |
{% else %} | |
is_test_computer: False | |
{% endif %} | |
{% else %} | |
is_test_computer: False | |
{% endfor %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment