diff options
Diffstat (limited to 'opt/infra/test.yml')
-rw-r--r-- | opt/infra/test.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/opt/infra/test.yml b/opt/infra/test.yml new file mode 100644 index 00000000..ee3ded13 --- /dev/null +++ b/opt/infra/test.yml @@ -0,0 +1,10 @@ +--- +- hosts: testing + roles: + - user + - docker + - elk + - mongo + - nginx + - qtip + - testapi |