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
|
name: galaxy
|
||||||
enabled: false
|
enabled: false
|
||||||
driver:
|
driver:
|
||||||
name: lxd
|
name: vagrant
|
||||||
|
provider:
|
||||||
|
name: libvirt
|
||||||
|
default_box: archlinux/archlinux
|
||||||
platforms:
|
platforms:
|
||||||
- name: oscar-dev
|
- name: oscar-dev
|
||||||
image: images:archlinux
|
cpu: 1
|
||||||
source:
|
memory: 1024
|
||||||
type: image
|
box: archlinux/archlinux
|
||||||
mode: pull
|
|
||||||
alias: archlinux
|
|
||||||
- name: merlin-dev
|
- name: merlin-dev
|
||||||
source:
|
cpu: 1
|
||||||
type: image
|
memory: 1024
|
||||||
mode: pull
|
box: generic/rocky9
|
||||||
alias: rockylinux/9
|
|
||||||
- name: gerard-dev
|
- name: gerard-dev
|
||||||
source:
|
cpu: 1
|
||||||
type: image
|
memory: 1024
|
||||||
mode: pull
|
box: debian/bookworm64
|
||||||
alias: debian/11
|
|
||||||
provisioner:
|
provisioner:
|
||||||
name: ansible
|
name: ansible
|
||||||
connection_options:
|
connection_options:
|
||||||
ansible_ssh_user: ansible
|
ansible_ssh_user: vagrant
|
||||||
ansible_become: true
|
ansible_become: true
|
||||||
env:
|
env:
|
||||||
ANSIBLE_CONFIG: ../../ansible.cfg
|
ANSIBLE_CONFIG: ../../ansible.cfg
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: all
|
||||||
remote_user: root
|
remote_user: vagrant
|
||||||
become: true
|
become: true
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
tasks:
|
tasks:
|
||||||
|
Loading…
Reference in New Issue
Block a user