sergkondr-ansible.install-python

install-python

Build-Status Ansible-Rolle

Die Rolle installiert Python mit dem raw Modul, sodass du es verwenden kannst, um den Host für die Nutzung von Ansible vorzubereiten.

Beispiel-Playbook

  - name: Sicherstellen, dass Python installiert ist
    hosts: alle
    gather_facts: nein
    become: ja
    roles:
      - install-python

  - name: Andere Rollen ausführen
    hosts: alle
    gather_facts: ja
    become: ja
    roles:
      - andere-rolle

Lizenz

WTFPL

Autoreninformation

:octocat:Sergey Kondrashov

Über das Projekt

The role installs python using raw module

Installieren
ansible-galaxy install sergkondr-ansible.install-python
GitHub Repository
Lizenz
Unknown
Downloads
1.9k
Besitzer
Just my ansible stuff