sergkondr-ansible.install-python
instalar-python
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
Información del autor
:octocat:Sergey Kondrashov
Instalar
ansible-galaxy install sergkondr-ansible.install-python
Licencia
Unknown
Descargas
1.9k
Propietario
Just my ansible stuff