====== Ansible communication methods ====== ansible-doc -t connection -l ansible-doc -t httpapi -l ===== Conection types ===== * Ssh with keys or password * winRM * restAPI * localhost * … ===== Privilege elevation ===== * Sudo * Su ===== Ansible variables ===== become: true become_method: su become_user: nobody become_flags: '-s /bin/sh'