Skip to content

Commit 6278325

Browse files
authored
Merge pull request #91 from digineo/focal
Add support for Ubuntu 20.04
2 parents 8531722 + 7b5affe commit 6278325

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
@@ -9,6 +9,7 @@ galaxy_info:
99
versions:
1010
- bionic
1111
- xenial
12+
- focal
1213
- name: Debian
1314
versions:
1415
- 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)