aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/ansible/host-config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/files/ansible/host-config.yml')
-rw-r--r--tests/files/ansible/host-config.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/files/ansible/host-config.yml b/tests/files/ansible/host-config.yml
new file mode 100644
index 000000000..c4c8e6eb9
--- /dev/null
+++ b/tests/files/ansible/host-config.yml
@@ -0,0 +1,10 @@
+---
+- name: Provision the operation system for tests
+ # testing
+ # hosts: all
+ # live
+ hosts: tag_Name_test_runner
+ remote_user: ubuntu
+ roles:
+ - docker
+ - common