mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-31 01:47:11 +03:00
14 lines
454 B
YAML
14 lines
454 B
YAML
---
|
|
- hosts: nodes
|
|
roles:
|
|
- ddc
|
|
- opennebula-repository
|
|
- { role: opennebula-node-kvm, when: oneprovision_hypervisor == 'kvm' }
|
|
- { role: opennebula-node-lxc, when: oneprovision_hypervisor == 'lxc' }
|
|
- opennebula-ssh
|
|
- role: frr
|
|
#bond0_0 is attached to the project private network
|
|
frr_iface: '{{ oneprovision_private_phydev }}'
|
|
# Use /25 for the internal management network address
|
|
frr_prefix_length: 25
|