sergkondr-ansible.install-python

install-python

Build Status Ansible Role

This role installs Python using the raw module, making it useful for getting a host ready for Ansible.

Example Playbook

  - name: Make sure Python is installed
    hosts: all
    gather_facts: no
    become: yes
    roles:
      - install-python

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

License

WTFPL

Author Information

:octocat: Sergey Kondrashov

Informazioni sul progetto

The role installs python using raw module

Installa
ansible-galaxy install sergkondr-ansible.install-python
Licenza
Unknown
Download
1.9k
Proprietario
Just my ansible stuff