Skip to content

Commit

Permalink
feat: bump redhat and debian versions for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oukooveu committed Jan 6, 2024
1 parent 1b6ffd3 commit c6cd803
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 16 deletions.
4 changes: 2 additions & 2 deletions meta/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ galaxy_info:
platforms:
- name: EL
versions:
- '7'
- '9'
- name: Debian
versions:
- buster
- bookworm # 12

Check warning on line 16 in meta/main.yaml

View workflow job for this annotation

GitHub Actions / lint

16:20 [comments] too few spaces before comment

Check failure on line 16 in meta/main.yaml

View workflow job for this annotation

GitHub Actions / lint

yaml[comments]

Too few spaces before comment
galaxy_tags:
- networking
- vpn
Expand Down
4 changes: 2 additions & 2 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
authby: 'secret'
type: 'tunnel'
ikelifetime: '8h'
ike: 'aes128-sha1;modp1024'
phase2alg: 'aes128-sha1;modp1024'
ike: 'aes128-sha1;modp2048'
phase2alg: 'aes128-sha1;modp2048'
roles:
- role: oukooveu.libreswan
4 changes: 2 additions & 2 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ driver:
name: virtualbox
platforms:
- name: test-gw-1
box: centos/7
box: rockylinux/9
memory: 512
cpus: 1
interfaces:
Expand All @@ -21,7 +21,7 @@ platforms:
instance_raw_config_args:
- "vm.network 'private_network', ip: '192.168.1.1', virtualbox__intnet: true"
- name: test-gw-2
box: debian/buster64
box: debian/bookworm64
memory: 512
cpus: 1
interfaces:
Expand Down
9 changes: 0 additions & 9 deletions molecule/default/prepare.yml

This file was deleted.

2 changes: 1 addition & 1 deletion vars/debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ required_packages:
- libreswan
- tcpdump
- dnsutils
- netcat
- netcat-openbsd

0 comments on commit c6cd803

Please sign in to comment.