blob: d5607cb57314aa014dfcbe9b7f46052c9b93f88a (
plain)
1
2
3
4
5
6
7
|
---
- hosts: localhost
roles:
- { role: one_vm, tags: test_one_vm }
- { role: one_image, tags: test_one_image }
- { role: one_image_facts, tags: test_one_image_facts }
- { role: one_service, tags: test_one_service }
|