47 lines
712 B
YAML
47 lines
712 B
YAML
---
|
|
dependency:
|
|
name: galaxy
|
|
driver:
|
|
name: lxd
|
|
platforms:
|
|
- name: archlinux
|
|
image: images:archlinux
|
|
source:
|
|
type: image
|
|
mode: pull
|
|
alias: archlinux
|
|
- name: rocky9
|
|
source:
|
|
type: image
|
|
mode: pull
|
|
alias: rocky9
|
|
|
|
- name: debian
|
|
source:
|
|
type: image
|
|
mode: pull
|
|
alias: debian/11
|
|
|
|
|
|
provisioner:
|
|
name: ansible
|
|
connection_options:
|
|
ansible_ssh_user: ubuntu
|
|
ansible_become: true
|
|
log: true
|
|
lint:
|
|
name: ansible-lint
|
|
inventory:
|
|
host_vars:
|
|
archlinux:
|
|
user:
|
|
name: ubuntu
|
|
rocky9:
|
|
user:
|
|
name: ubuntu
|
|
debian:
|
|
user:
|
|
name: ubuntu
|
|
verifier:
|
|
name: ansible
|