From a91908e5678397a466060aa614081974a4a36455 Mon Sep 17 00:00:00 2001 From: Jeffrey Wilcke Date: Tue, 8 Nov 2016 23:07:44 +0100 Subject: tests: updated --- tests/files/ansible/host-config.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/files/ansible/host-config.yml (limited to 'tests/files/ansible/host-config.yml') 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 -- cgit