chore!: separated galaxy deps and own collections; modified ansible script generation to use two paths for collections
REQUIRES REGENERATING ansible.cfg!
This commit is contained in:
parent
4af69c31ce
commit
888590ed9f
188 changed files with 30 additions and 30 deletions
|
@ -0,0 +1,41 @@
|
|||
---
|
||||
# central configuration entry point for Molecule per scenario
|
||||
dependency:
|
||||
name: galaxy
|
||||
options:
|
||||
requirements-file: requirements.yml
|
||||
driver:
|
||||
name: vagrant
|
||||
provider:
|
||||
name: libvirt
|
||||
provision: false
|
||||
cachier: machine
|
||||
parallel: true
|
||||
default_box: debian/bookworm64
|
||||
platforms:
|
||||
- name: debian-bookworm
|
||||
box: debian/bookworm64
|
||||
memory: 2048
|
||||
cpus: 4
|
||||
hostname: debian-bookworm
|
||||
interfaces:
|
||||
- auto_config: true
|
||||
network_name: private_network
|
||||
type: dhcp
|
||||
instance_raw_config_args: []
|
||||
config_options:
|
||||
ssh.keep_alive: yes
|
||||
ssh.remote_user: 'vagrant'
|
||||
provider_options:
|
||||
video_type: vga
|
||||
provider_raw_config_args: []
|
||||
groups:
|
||||
- molecule
|
||||
provisioner:
|
||||
name: ansible
|
||||
config_options:
|
||||
defaults:
|
||||
vault_password_file: ${HOME}/.config/ansible/vault-id
|
||||
inventory:
|
||||
group_vars:
|
||||
molecule:
|
Loading…
Add table
Add a link
Reference in a new issue