diff options
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/site.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ansible/site.yml b/ansible/site.yml new file mode 100644 index 00000000..3073b469 --- /dev/null +++ b/ansible/site.yml @@ -0,0 +1,14 @@ +--- +- hosts: 127.0.0.1 + roles: + - role: collivier.xtesting + suites: + - repo: opnfv + container: xtesting + tag: hunter + tests: + - first + - second + - third + - fourth + - fifth |