plugeth/tests/files/ansible/host-config.yml
2015-02-02 19:55:38 -08: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