sergkondr-ansible.install-python
instalacja-python
Rola ta instaluje Pythona przy użyciu modułu raw
, co pozwala przygotować hosta do używania Ansible.
Przykładowy playbook
- name: Zapewnienie, że Python jest zainstalowany
hosts: all
gather_facts: no
become: yes
roles:
- install-python
- name: Wykonaj inne role
hosts: all
gather_facts: yes
become: yes
roles:
- other-role
Licencja
Informacje o autorze
:octocat:Sergey Kondrashov
Zainstaluj
ansible-galaxy install sergkondr-ansible.install-python
Licencja
Unknown
Pobrania
1.9k
Właściciel
Just my ansible stuff