plugeth/tests/files/ansible/host-config.yml
obscuren 0823254c3b Add 'tests/files/' from commit 'ce7204fa17560f6a76c7592bf5f23d29f22042d6'
git-subtree-dir: tests/files
git-subtree-mainline: 4f3f881c9b
git-subtree-split: ce7204fa17
2015-03-02 16:43:12 +01:00

11 lines
176 B
YAML

---
- name: Provision the operation system for tests
# testing
# hosts: all
# live
hosts: tag_Name_test_runner
remote_user: ubuntu
roles:
- docker
- common