Installing Ansible and Molecule on Fedora 30
Page content
Installing Ansible and Molecule on Fedora 30
Forget using dnf. Won’t work. At least not at the time of this post. There are bugs filed - follow the molecule project on GitHub for updates.
You’ll need to install a couple of things:
sudo dnf -y install gcc python-pip python-devel openssl-devel libselinux-pythonNote: The
python-pippackage will bring in the great pile of python2 packages needed.Then upgrade setuptools:
pip install --upgrade --user setuptoolsInstall ansible:
pip install --user ansibleInstall molecule:
pip install --user molecule