Skip to content

Commit

Permalink
Support Oracle Linux 9 (githubixx#185)
Browse files Browse the repository at this point in the history
* add support for Oracle Linux 9

* add Oracle Linux 9 to README.md
  • Loading branch information
cola-zero authored and vincentDcmps committed Mar 26, 2023
1 parent 246ae75 commit 7c2bdb6
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ This role should work with:
- AlmaLinux
- Rocky Linux
- openSUSE Leap 15.4
- Oracle Linux 9

Best effort:

Expand Down
17 changes: 17 additions & 0 deletions molecule/kvm/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,18 @@ platforms:
groups:
- vpn
- el9
- name: test-wg-oracle9
box: generic/oracle9
memory: 1024
cpus: 2
interfaces:
- auto_config: true
network_name: private_network
type: static
ip: 192.168.10.180
groups:
- vpn
- el9

provisioner:
name: ansible
Expand Down Expand Up @@ -269,6 +281,11 @@ provisioner:
wireguard_port: 51820
wireguard_persistent_keepalive: "30"
wireguard_endpoint: "192.168.10.170"
test-wg-oracle9:
wireguard_address: "10.10.10.180/24"
wireguard_port: 51820
wireguard_persistent_keepalive: "30"
wireguard_endpoint: "192.168.10.180"

scenario:
name: kvm
Expand Down
8 changes: 8 additions & 0 deletions tasks/setup-oraclelinux.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
# Copyright (C) 2022 Masahiro Koga
# SPDX-License-Identifier: GPL-3.0-or-later

- name: (OracleLinux) Install wireguard-tools package
ansible.builtin.yum:
name: wireguard-tools
state: present

0 comments on commit 7c2bdb6

Please sign in to comment.