system/molecule/default/molecule.yml

38 lines
614 B
YAML
Raw Normal View History

2022-10-09 17:43:15 +00:00
---
dependency:
name: galaxy
driver:
2022-10-16 17:24:39 +00:00
name: lxd
2022-10-09 17:43:15 +00:00
platforms:
- name: archlinux
2022-10-16 17:24:39 +00:00
image: images:archlinux
2022-10-09 17:43:15 +00:00
# - name: rocky8
#box: generic/rocky8
- name: rocky9
2022-10-16 17:24:39 +00:00
image: images:rockylinux/9
2022-10-09 19:59:30 +00:00
- name: debian
2022-10-16 17:24:39 +00:00
image: images/debian/11
2022-10-09 19:59:30 +00:00
2022-10-09 17:43:15 +00:00
provisioner:
name: ansible
connection_options:
2022-10-16 17:24:39 +00:00
ansible_ssh_user: ubuntu
2022-10-09 17:43:15 +00:00
ansible_become: true
log: true
lint:
name: ansible-lint
inventory:
host_vars:
archlinux:
user:
2022-10-16 17:24:39 +00:00
name: ubuntu
2022-10-09 17:43:15 +00:00
rocky9:
user:
2022-10-16 17:24:39 +00:00
name: ubuntu
2022-10-09 19:59:30 +00:00
debian:
user:
2022-10-16 17:24:39 +00:00
name: ubuntu
2022-10-09 17:43:15 +00:00
verifier:
name: ansible