sergkondr-ansible.install-python
install-python
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
Author Information
:octocat: Sergey Kondrashov
Installa
ansible-galaxy install sergkondr-ansible.install-python
Licenza
Unknown
Download
1.9k
Proprietario
Just my ansible stuff