ansible-python-dev
ansible-python-dev copied to clipboard
Ansible role for setting up a python development system
This is what I get when running ansible-playbook: > fatal: [10.9.2.253]: FAILED! => {"changed": false, "failed": true, "invocation": {"module_args": {"install_python_apt": true, "mode": 420, "repo": "ppa:fkrull/deadsnakes", "state": "present", "update_cache": true, "validate_certs":...
Thanks for this playbook, it really covers the full process. But I have faced an issue while using it. I made no changes to the default settings. My play book...
You mentioned in http://doughellmann.com/2015/03/07/ansible-roles-for-python-developers.html that you'd be interested in potentially supporting Fedora at some point. Unfortunately, Ansible doesn't make that particularly easy, since it doesn't abstract away the cross-distro differences...