Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ttsak/ansible_install_python

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install python with ansible

Ansible requires python installed on the target hosts to be able to gather facts

You can use this role before any others in your playbooks to make sure that fact gathering will work

Use like this:

# ensure python is available
- hosts: all
  roles:
    - python
  gather_facts: False

About

ansible role for installing python

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.