blob: 0cdb4d1f56e0fc9f34365044d9785638acb06108 [file] [log] [blame]
---
- hosts: localhost
vars:
auth:
user: padmin@vicci.org
pass: letmein
roles:
- {role: common}
- {role: test-initial, when: "{{test}}==1"}
- {role: test-inframonitoring, when: "{{test}}==2"}
- {role: test-vsgmonitoring, when: "{{test}}==3"}