Ansible

Astuces

Installer Python :

- hosts: all
  gather_facts: False
  tasks:
    - raw: apt-get install -yq python