ansible.builtin.jail (v2.9.27) — connection

Run tasks in jails

| "added in version" 2.0 of ansible.builtin"

Authors: Ansible Core Team

Install Ansible via pip

Install with pip install ansible==2.9.27

Description

Run commands or put/fetch files to an existing jail

Inputs

    
remote_addr:
    default: inventory_hostname
    description:
    - Path to the jail
    vars:
    - name: ansible_host
    - name: ansible_jail_host

remote_user:
    description:
    - User to execute as inside the jail
    vars:
    - name: ansible_user
    - name: ansible_jail_user