Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 565 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 565 Bytes

openstack-easyadmin

Ansible playbooks and roles to automate openstack administrative tasks

Instalation

  1. install python3-openstacksdk: $ sudo apt install python3-openstacksdk

as openstacksdk package is installed for python version3 and above, so you should run playbooks with python3 interpreter and set it explicitly when running ansible-playbook command. so add "ansible_python_interpreter=/usr/bin/python3" to group_vars file, or run ansible playbooks like this:

$ ansible-playbook <playbook.yml> -e "ansible_python_interpreter=/usr/bin/python3"