User Tools

Site Tools


ansible:ansible_connection

This is an old revision of the document!


Ansible communication methods

ansible-doc -t connection -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' 
ansible/ansible_connection.1721999856.txt.gz · Last modified: 2024/07/26 15:17 by manu