mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-23 17:33:56 +03:00
17 lines
225 B
YAML
17 lines
225 B
YAML
---
|
|
|
|
- hosts: all
|
|
gather_facts: false
|
|
roles:
|
|
- python
|
|
|
|
- hosts: nodes
|
|
roles:
|
|
- ddc
|
|
- opennebula-repository
|
|
- opennebula-node-kvm
|
|
- opennebula-ssh
|
|
- tuntap
|
|
- bridged-networking
|
|
- iptables
|