refactor: clean molecule file
This commit is contained in:
parent
5f4c8aafbf
commit
9e11793375
@ -1,15 +0,0 @@
|
||||
***********************************
|
||||
Delegated driver installation guide
|
||||
***********************************
|
||||
|
||||
Requirements
|
||||
============
|
||||
|
||||
This driver is delegated to the developer. Up to the developer to implement
|
||||
requirements.
|
||||
|
||||
Install
|
||||
=======
|
||||
|
||||
This driver is delegated to the developer. Up to the developer to implement
|
||||
requirements.
|
@ -1,2 +0,0 @@
|
||||
---
|
||||
- import_playbook: ../../site.yml
|
@ -1,41 +0,0 @@
|
||||
---
|
||||
prerun: false
|
||||
dependency:
|
||||
name: galaxy
|
||||
enabled: false
|
||||
driver:
|
||||
name: vagrant
|
||||
provider:
|
||||
name: libvirt
|
||||
default_box: archlinux/archlinux
|
||||
platforms:
|
||||
- name: oscar-dev
|
||||
cpu: 1
|
||||
memory: 1024
|
||||
box: archlinux/archlinux
|
||||
- name: merlin-dev
|
||||
cpu: 1
|
||||
memory: 1024
|
||||
box: generic/rocky9
|
||||
- name: gerard-dev
|
||||
cpu: 1
|
||||
memory: 1024
|
||||
box: debian/bookworm64
|
||||
provisioner:
|
||||
name: ansible
|
||||
connection_options:
|
||||
ansible_ssh_user: vagrant
|
||||
ansible_become: true
|
||||
env:
|
||||
ANSIBLE_CONFIG: ../../ansible.cfg
|
||||
ANSIBLE_ROLES_PATH: "../../roles"
|
||||
log: true
|
||||
lint:
|
||||
name: ansible-lint
|
||||
inventory:
|
||||
host_vars: []
|
||||
links:
|
||||
group_vars: ../../group_vars
|
||||
hosts: ../../staging
|
||||
verifier:
|
||||
name: ansible
|
@ -1,9 +0,0 @@
|
||||
---
|
||||
- hosts: all
|
||||
remote_user: vagrant
|
||||
become: true
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Init pacman
|
||||
ansible.builtin.include_role:
|
||||
name: ansible_bootstrap
|
@ -1,10 +0,0 @@
|
||||
---
|
||||
# This is an example playbook to execute Ansible tests.
|
||||
|
||||
- name: Verify
|
||||
hosts: all
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Example assertion
|
||||
ansible.builtin.assert:
|
||||
that: true
|
Loading…
Reference in New Issue
Block a user