community.general.jail (0.2.1) — connection

Run tasks in jails

Authors: Ansible Core Team

Install collection

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


Add to requirements.yml

  collections:
    - name: community.general
      version: 0.2.1

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