community.general.lxd (1.3.11) — connection

Run tasks in lxc containers via lxc CLI

Authors: Matt Clay (@mattclay) <matt@mystile.com>

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 lxc container using lxc CLI

Inputs

    
executable:
    default: /bin/sh
    description:
    - shell to use for execution inside container
    vars:
    - name: ansible_executable
    - name: ansible_lxd_executable

remote_addr:
    default: inventory_hostname
    description:
    - Container identifier
    vars:
    - name: ansible_host
    - name: ansible_lxd_host