mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-23 17:33:56 +03:00
17 lines
684 B
YAML
17 lines
684 B
YAML
---
|
|
- hosts: nodes
|
|
roles:
|
|
- ddc
|
|
- opennebula-repository
|
|
- { role: opennebula-node-kvm, when: oneprovision_hypervisor == 'kvm' or oneprovision_hypervisor == 'qemu' }
|
|
- { role: opennebula-node-firecracker, when: oneprovision_hypervisor == 'firecracker' }
|
|
- { role: opennebula-node-lxc, when: oneprovision_hypervisor == 'lxc' }
|
|
- opennebula-ssh
|
|
- role: iptables
|
|
iptables_base_rules_services:
|
|
- { protocol: 'tcp', port: 22 }
|
|
# TCP/179 bgpd (TODO: only needed on Route Refector(s))
|
|
- { protocol: 'tcp', port: 179 }
|
|
# TCP/8742 default VXLAN port on Linux (UDP/4789 default IANA)
|
|
- { protocol: 'udp', port: 8472 }
|