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