community.general.jail (1.3.11) — connection

Run tasks in jails

Authors: Ansible Core Team

Install collection

Install with ansible-galaxy collection install community.general:==1.3.11


Add to requirements.yml

  collections:
    - name: community.general
      version: 1.3.11

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