community.general.iocage (8.5.0) — connection

Run tasks in iocage jails

Authors: Stephan Lohse (!UNKNOWN) <dev-github@ploek.org>

Install collection

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


Add to requirements.yml

  collections:
    - name: community.general
      version: 8.5.0

Description

Run commands or put/fetch files to an existing iocage jail

Inputs

    
remote_addr:
    description:
    - Path to the jail
    vars:
    - name: ansible_host
    - name: ansible_iocage_host

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