molecule-plugin-lxd

Molecule LXD Plugin


Keywords
ansible, testing, molecule, plugin
License
MIT
Install
pip install molecule-plugin-lxd==0.6.1

Documentation

tox

molecule-plugin-lxd

This repository contains the lxd molecule plugin

Installation

pip3 install molecule-plugin-lxd

Usage

example molecule configuration

---
dependency:
  name: galaxy
driver:
  name: lxd
lint: |
  set -e
  yamllint .
  ansible-lint
platforms:
  - name: instance
    source:
      alias: ubuntu/jammy/amd64
provisioner:
  name: ansible
verifier:
  name: ansible