sergkondr-ansible.install-python

instalacja-python

Status budowy Rola Ansible

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

WTFPL

Informacje o autorze

:octocat:Sergey Kondrashov

O projekcie

The role installs python using raw module

Zainstaluj
ansible-galaxy install sergkondr-ansible.install-python
Licencja
Unknown
Pobrania
1.9k
Właściciel
Just my ansible stuff