fix(ci): fix molecule

This commit is contained in:
Timothy Stewart
2024-01-22 18:38:59 -06:00
parent 7a2062af39
commit 40d7a0ba5a
4 changed files with 16 additions and 10 deletions

View File

@@ -1,6 +1,8 @@
---
dependency:
name: galaxy
options:
requirements-file: ../collections/requirements.yml
driver:
name: vagrant
platforms:
@@ -8,7 +10,7 @@ platforms:
- name: control1
box: generic/ubuntu2204
memory: 512
cpus: 2
cpus: 1
groups:
- k3s_cluster
- master
@@ -24,7 +26,7 @@ platforms:
- name: control2
box: generic/debian11
memory: 512
cpus: 2
cpus: 1
groups:
- k3s_cluster
- master
@@ -35,7 +37,7 @@ platforms:
- name: control3
box: generic/rocky9
memory: 512
cpus: 2
cpus: 1
groups:
- k3s_cluster
- master
@@ -46,7 +48,7 @@ platforms:
- name: node1
box: generic/ubuntu2204
memory: 512
cpus: 2
cpus: 1
groups:
- k3s_cluster
- node
@@ -62,7 +64,7 @@ platforms:
- name: node2
box: generic/rocky9
memory: 512
cpus: 2
cpus: 1
groups:
- k3s_cluster
- node

View File

@@ -1,13 +1,15 @@
---
dependency:
name: galaxy
options:
requirements-file: ../collections/requirements.yml
driver:
name: vagrant
platforms:
- name: control1
box: generic/ubuntu2204
memory: 512
cpus: 2
cpus: 1
groups:
- k3s_cluster
- master
@@ -23,7 +25,7 @@ platforms:
- name: control2
box: generic/ubuntu2204
memory: 512
cpus: 2
cpus: 1
groups:
- k3s_cluster
- master
@@ -39,7 +41,7 @@ platforms:
- name: node1
box: generic/ubuntu2204
memory: 512
cpus: 2
cpus: 1
groups:
- k3s_cluster
- node

View File

@@ -1,13 +1,15 @@
---
dependency:
name: galaxy
options:
requirements-file: ../collections/requirements.yml
driver:
name: vagrant
platforms:
- name: control1
box: generic/ubuntu2204
memory: 512
cpus: 2
cpus: 1
config_options:
# We currently can not use public-key based authentication on Ubuntu 22.04,
# see: https://github.com/chef/bento/issues/1405