Skip to content

This role is the very first role, you should play on your hosts. It install python and a couple of necessary packages.

Notifications You must be signed in to change notification settings

sergkondr-ansible/install-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install-python

Build Status Ansible Role

The role install python using raw module, so you can use it to prepare host for using Ansible.

Example Playbook

  - name: Ensure python is installed
    hosts: all
    gather_facts: no
    become: yes
    roles:
      - install-python

  - name: Play other roles
    hosts: all
    gather_facts: yes
    become: yes
    roles:
      - other-role

License

WTFPL

Author Information

:octocat:Sergey Kondrashov

About

This role is the very first role, you should play on your hosts. It install python and a couple of necessary packages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published