install-python

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

The role installs python using raw module

Install
ansible-galaxy install sergkondr-ansible/install-python
GitHub repository
License
Unknown
Downloads
1900
Owner
Just my ansible stuff