2018-03-28 21:32:04 +00:00
|
|
|
---
|
|
|
|
- hosts: localhost
|
|
|
|
roles:
|
|
|
|
- { role: one_vm, tags: test_one_vm }
|
2018-04-02 14:58:39 +00:00
|
|
|
- { role: one_image, tags: test_one_image }
|
2018-04-04 20:53:31 +00:00
|
|
|
- { role: one_image_facts, tags: test_one_image_facts }
|
2018-05-24 11:32:45 +00:00
|
|
|
- { role: one_service, tags: test_one_service }
|