This role will prepare a centos 7 machine to enable the installation of OpenStack kolla. https://docs.openstack.org/kolla-ansible/latest/user/quickstart.html
kolla_user: moleculekolla_group: moleculekolla_base_distro: centoskolla_install_type: sourcekolla_openstack_release: rockykolla_network_interface: eth0kolla_neutron_external_interface: eth1
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: all
roles:
- { role: ansible-openstack-kolla-preparation }
You can test the role with molecule
molecule testMIT
Kai Kahllund [email protected]