Skip to content

Commit 8054a51

Browse files
authored
Merge pull request #150 from hollow/master
Add support for RHEL9
2 parents 2fb3914 + 5b00063 commit 8054a51

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

vars/redhat-9.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
_netbox_packages:
3+
- gcc
4+
- postgresql-devel
5+
- libxml2-devel
6+
- libxslt-devel
7+
- libffi-devel
8+
- libjpeg-devel
9+
- graphviz
10+
- openssl-devel
11+
_netbox_python_packages:
12+
- python3
13+
- python3-devel
14+
- python3-setuptools
15+
- python3-psycopg2
16+
- python3-libselinux
17+
- python3-pip
18+
_netbox_python_binary: /usr/bin/python3.9
19+
_netbox_ldap_packages:
20+
- openldap-devel

0 commit comments

Comments
 (0)