Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Ubuntu 22.04 #147

Merged
merged 1 commit into from
Aug 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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,10,11 / Ubuntu 16, 18 and 20.
Tested and supported against CentOS 7 / Debian 9,10,11 / Ubuntu 16, 18, 20 and 22.

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 @@ -10,6 +10,7 @@ galaxy_info:
- bionic
- xenial
- focal
- jammy
- name: Debian
versions:
- buster
Expand Down
19 changes: 19 additions & 0 deletions vars/ubuntu-22.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
- python3-dev
- python3-pip
- python3-venv
- python3-psycopg2 # used by ansible's postgres modules
_netbox_python_binary: /usr/bin/python3
_netbox_ldap_packages:
- libldap2-dev
- libsasl2-dev