Skip to content

Commit 3b50450

Browse files
authored
Merge pull request #147 from oscarcarlsson/ubuntu-22
Add support for Ubuntu 22.04
2 parents 883da9c + 77a35b2 commit 3b50450

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ IP address management (IPAM) and data center infrastructure management (DCIM) to
2222
This role will deploy NetBox within its own virtualenv either by release
2323
tarball or via git using uWSGI as the application server.
2424

25-
Tested and supported against CentOS 7 / Debian 9,10,11 / Ubuntu 16, 18 and 20.
25+
Tested and supported against CentOS 7 / Debian 9,10,11 / Ubuntu 16, 18, 20 and 22.
2626

2727
Note that this role is slightly opinionated and differs from installation
2828
instructions from the NetBox documentation. The main differences are:

meta/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ galaxy_info:
1010
- bionic
1111
- xenial
1212
- focal
13+
- jammy
1314
- name: Debian
1415
versions:
1516
- buster

vars/ubuntu-22.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
_netbox_packages:
3+
- libxml2-dev
4+
- libxslt1-dev
5+
- libffi-dev
6+
- libjpeg-dev
7+
- graphviz
8+
- libpq-dev
9+
- libssl-dev
10+
_netbox_python_packages:
11+
- python3
12+
- python3-dev
13+
- python3-pip
14+
- python3-venv
15+
- python3-psycopg2 # used by ansible's postgres modules
16+
_netbox_python_binary: /usr/bin/python3
17+
_netbox_ldap_packages:
18+
- libldap2-dev
19+
- libsasl2-dev

0 commit comments

Comments
 (0)