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

11 lines
176 B
YAML
Raw Normal View History

2015-01-21 15:37:58 -08:00
---
- name: Provision the operation system for tests
# testing
2015-02-02 19:55:38 -08:00
# hosts: all
2015-01-21 15:37:58 -08:00
# live
2015-02-02 19:55:38 -08:00
hosts: tag_Name_test_runner
remote_user: ubuntu
2015-01-21 15:37:58 -08:00
roles:
2015-02-02 19:55:38 -08:00
- docker
- common