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 }
|
2019-05-29 21:23:25 +02:00
|
|
|
- { role: one_image_info, tags: test_one_image_info }
|
2018-05-24 13:32:45 +02:00
|
|
|
- { role: one_service, tags: test_one_service }
|