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

Run tasks in iocage jails

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

Authors: Stephan Lohse <dev-github@ploek.org>

Install Ansible via pip

Install with pip install ansible==2.9.27

Description

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

Inputs

    
remote_addr:
    default: The set user as per docker's configuration
    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