blob: 0cdb4d1f56e0fc9f34365044d9785638acb06108 [file] [log] [blame]
Srikanth Vavilapalli1dfc9c82016-12-20 02:58:32 +00001---
2- hosts: localhost
3
4 vars:
5 auth:
6 user: padmin@vicci.org
7 pass: letmein
8
9 roles:
10 - {role: common}
11 - {role: test-initial, when: "{{test}}==1"}
12 - {role: test-inframonitoring, when: "{{test}}==2"}
13 - {role: test-vsgmonitoring, when: "{{test}}==3"}