Skip to content

Commit

Permalink
add Rocky Linux to test matrix (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoss authored Nov 17, 2021
1 parent 98cfba1 commit 9a747d0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
distro:
- amazonlinux2
- centos8
- rockylinux8
- ubuntu2004

services:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/netbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
distro:
- amazonlinux2
- centos8
- rockylinux8
- ubuntu2004
netbox:
- v3.0.9
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ manage those services within their own roles and playbooks.

Tested on the following platforms:
* Amazon Linux 2
* CentOS 8.2+ or Red Hat Enterprise Linux (RHEL) 8.2+
* CentOS 8
* Rocky Linux 8 / Red Hat Enterprise Linux (RHEL) 8.2+
* Ubuntu 20.04

This role will require root access (via sudo) to manage system dependencies and actions
Expand All @@ -35,6 +36,9 @@ are available:
netbox_db_password: netbox
netbox_secret_key: "lnvRn_5Bypl8hBV4mMwgsMuHxr6uZvGwJyDqB7fcKqo"

If the `netbox_secret_key` is omitted a new one will be automatically generated
on each playbook run.

See [defaults/main.yml](defaults/main.yml) for a complete list of defaults and
configurable options.

Expand Down

0 comments on commit 9a747d0

Please sign in to comment.