sergkondr-ansible.install-python

instalar-python

Estado de construcción Rol de Ansible

El rol instala Python usando el módulo raw, por lo que puedes usarlo para preparar el host para usar Ansible.

Ejemplo de Playbook

  - name: Asegurarse de que Python esté instalado
    hosts: all
    gather_facts: no
    become: yes
    roles:
      - install-python

  - name: Ejecutar otros roles
    hosts: all
    gather_facts: yes
    become: yes
    roles:
      - other-role

Licencia

WTFPL

Información del autor

:octocat:Sergey Kondrashov

Acerca del proyecto

The role installs python using raw module

Instalar
ansible-galaxy install sergkondr-ansible.install-python
Licencia
Unknown
Descargas
1.9k
Propietario
Just my ansible stuff