ansible-test/play-00-setup-virt-env.yml

14 lines
170 B
YAML
Raw Permalink Normal View History

2021-06-06 21:46:18 +02:00
---
- hosts: virt
become: true
gather_facts: false
roles:
- virt
- hosts: docker_nodes
gather_facts: false
serial: 1
become: true
roles:
- virt_vm