community.general.lxd (0.1.1) — connection

Run tasks in lxc containers via lxc CLI

Authors: Matt Clay <matt@mystile.com>

Install collection

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


Add to requirements.yml

  collections:
    - name: community.general
      version: 0.1.1

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