Ansible - Become (privilege escalation)

Card Puncher Data Processing

Ansible - Become (privilege escalation)

About

become is an interface where plugins are implemented to give more privilege to the connected user (ansible_user)

Configuration

for escalation authentication

  • ansible_become=yes
  • ansible_become_user=install_user
  • ansible_become_pass=welcome1
  • ansible_become_method=sudo
  • ansible_sudo_pass=password

List

Documentation





Discover More
Card Puncher Data Processing
Ansible - Connection

Connection parameters to hosts are given through variable. ... The playbook defines ramon as connection user. At the command line, we set the connection user to lola but the connection...



Share this page:
Follow us:
Task Runner