Skip to content

Commit

Permalink
Merge pull request #163 from sleinen/debian-12
Browse files Browse the repository at this point in the history
Compatibility with Debian 12, venv-based
  • Loading branch information
lae authored Nov 5, 2023
2 parents c192d30 + ef0b079 commit 669775f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions vars/debian-12.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
_netbox_packages:
- libxml2-dev
- libxslt1-dev
- libffi-dev
- libjpeg-dev
- graphviz
- libpq-dev
- libssl-dev
- systemd-cron
_netbox_python_packages:
- python3.11
- python3.11-dev
- python3-venv
- python3-pip
- python3-psycopg2 # used by ansible's postgres modules
_netbox_python_binary: /usr/bin/python3
_netbox_ldap_packages:
- libldap2-dev
- libsasl2-dev
netbox_uwsgi_in_venv: true

0 comments on commit 669775f

Please sign in to comment.