aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/ansible/host-config.yml
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-02-03 11:55:38 +0800
committerobscuren <geffobscura@gmail.com>2015-02-03 11:55:38 +0800
commit6fecb150d6f2bb36d3f1b7b9095cac428df2ce5a (patch)
tree4d6f8855877013bf6a4420ffc78cf782b0a3e737 /tests/files/ansible/host-config.yml
parent8ccde784f9035c0a7a8f234994538c817c5b9de7 (diff)
downloadgo-tangerine-6fecb150d6f2bb36d3f1b7b9095cac428df2ce5a.tar
go-tangerine-6fecb150d6f2bb36d3f1b7b9095cac428df2ce5a.tar.gz
go-tangerine-6fecb150d6f2bb36d3f1b7b9095cac428df2ce5a.tar.bz2
go-tangerine-6fecb150d6f2bb36d3f1b7b9095cac428df2ce5a.tar.lz
go-tangerine-6fecb150d6f2bb36d3f1b7b9095cac428df2ce5a.tar.xz
go-tangerine-6fecb150d6f2bb36d3f1b7b9095cac428df2ce5a.tar.zst
go-tangerine-6fecb150d6f2bb36d3f1b7b9095cac428df2ce5a.zip
Updated tests
Diffstat (limited to 'tests/files/ansible/host-config.yml')
-rw-r--r--tests/files/ansible/host-config.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/files/ansible/host-config.yml b/tests/files/ansible/host-config.yml
index 571cc141e..c4c8e6eb9 100644
--- a/tests/files/ansible/host-config.yml
+++ b/tests/files/ansible/host-config.yml
@@ -1,8 +1,10 @@
---
- name: Provision the operation system for tests
# testing
- hosts: all
+ # hosts: all
# live
- # hosts: TDB
+ hosts: tag_Name_test_runner
+ remote_user: ubuntu
roles:
- - common
+ - docker
+ - common