Skip to content

Commit 7b5affe

Browse files
committed
Add support for Ubuntu 20.04
1 parent bcab5ba commit 7b5affe

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

meta/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ galaxy_info:
88
versions:
99
- bionic
1010
- xenial
11+
- focal
1112
- name: Debian
1213
versions:
1314
- buster

vars/ubuntu-20.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)