Ansible - Become (privilege escalation)

Card Puncher Data Processing

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. You can define the running user with the help of this two variable: ansible_user ( in a inventory file) remote_user in a Playbook ansible_userremote_userbecomeansible/ansible/issues/2004520045...



Share this page:
Follow us:
Task Runner