quorum/tests/files/ansible/host-config.yml

11 lines
176 B
YAML
Raw Normal View History

2016-11-08 14:07:44 -08:00
---
- name: Provision the operation system for tests
# testing
# hosts: all
# live
hosts: tag_Name_test_runner
remote_user: ubuntu
roles:
- docker
- common