Skip to content

Commit

Permalink
Merge pull request #181 from melonger/develop
Browse files Browse the repository at this point in the history
Adding Amazon Linux 2023 support
  • Loading branch information
lae authored May 24, 2024
2 parents 8125959 + 09da208 commit 69e575f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions vars/amazon-2023.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
netbox_install_epel: false
_netbox_packages:
- gcc
- libpq-devel
- libxml2-devel
- libxslt-devel
- libffi-devel
- libjpeg-turbo-devel
- graphviz
- openssl-devel
_netbox_python_packages:
- python3
- python3-devel
- python3-setuptools
- python3-psycopg2
- python3-libselinux
- python3-pip
_netbox_python_binary: /usr/bin/python3.9
_netbox_ldap_packages:
- openldap-devel

0 comments on commit 69e575f

Please sign in to comment.