sergkondr-ansible.install-python
install-python
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
Autoreninformation
:octocat:Sergey Kondrashov
Installieren
ansible-galaxy install sergkondr-ansible.install-python
Lizenz
Unknown
Downloads
1.9k
Besitzer
Just my ansible stuff