Skip to content

Commit

Permalink
Merge pull request #140 from troeger/debian-11
Browse files Browse the repository at this point in the history
Debian 11 support
  • Loading branch information
lae authored Feb 17, 2022
2 parents 99d3dca + ac9de5d commit 36767c7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ IP address management (IPAM) and data center infrastructure management (DCIM) to
This role will deploy NetBox within its own virtualenv either by release
tarball or via git using uWSGI as the application server.

Tested and supported against CentOS 7/Debian 9 and 10/Ubuntu 16, 18 and 20.
Tested and supported against CentOS 7 / Debian 9,10,11 / Ubuntu 16, 18 and 20.

Note that this role is slightly opinionated and differs from installation
instructions from the NetBox documentation. The main differences are:
Expand Down
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ galaxy_info:
versions:
- buster
- stretch
- bullseye
- name: EL
versions:
- 7
Expand Down
19 changes: 19 additions & 0 deletions vars/debian-11.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
_netbox_packages:
- libxml2-dev
- libxslt1-dev
- libffi-dev
- libjpeg-dev
- graphviz
- libpq-dev
- libssl-dev
_netbox_python_packages:
- python3.9
- python3.9-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

0 comments on commit 36767c7

Please sign in to comment.