
This enables the user to use an Ubuntu machine to manage the cloud. The remote cloud hosts must still run CentOS.
9 lines
151 B
YAML
9 lines
151 B
YAML
---
|
|
# Package manager to use.
|
|
ip_allocation_package_manager: yum
|
|
|
|
# List of packages to install.
|
|
ip_allocation_packages:
|
|
- python-netaddr
|
|
- PyYAML
|