migration: vagrant as molecule provider
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
3487f79ec2
commit
0538343169
@ -4,28 +4,27 @@ dependency:
|
||||
name: galaxy
|
||||
enabled: false
|
||||
driver:
|
||||
name: lxd
|
||||
name: vagrant
|
||||
provider:
|
||||
name: libvirt
|
||||
default_box: archlinux/archlinux
|
||||
platforms:
|
||||
- name: oscar-dev
|
||||
image: images:archlinux
|
||||
source:
|
||||
type: image
|
||||
mode: pull
|
||||
alias: archlinux
|
||||
cpu: 1
|
||||
memory: 1024
|
||||
box: archlinux/archlinux
|
||||
- name: merlin-dev
|
||||
source:
|
||||
type: image
|
||||
mode: pull
|
||||
alias: rockylinux/9
|
||||
cpu: 1
|
||||
memory: 1024
|
||||
box: generic/rocky9
|
||||
- name: gerard-dev
|
||||
source:
|
||||
type: image
|
||||
mode: pull
|
||||
alias: debian/11
|
||||
cpu: 1
|
||||
memory: 1024
|
||||
box: debian/bookworm64
|
||||
provisioner:
|
||||
name: ansible
|
||||
connection_options:
|
||||
ansible_ssh_user: ansible
|
||||
ansible_ssh_user: vagrant
|
||||
ansible_become: true
|
||||
env:
|
||||
ANSIBLE_CONFIG: ../../ansible.cfg
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
- hosts: all
|
||||
remote_user: root
|
||||
remote_user: vagrant
|
||||
become: true
|
||||
gather_facts: false
|
||||
tasks:
|
||||
|
Loading…
Reference in New Issue
Block a user