Skip to content

Commit

Permalink
Merge pull request #91 from digineo/focal
Browse files Browse the repository at this point in the history
Add support for Ubuntu 20.04
  • Loading branch information
lae authored Nov 2, 2020
2 parents 8531722 + 7b5affe commit 6278325
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ galaxy_info:
versions:
- bionic
- xenial
- focal
- name: Debian
versions:
- buster
Expand Down
19 changes: 19 additions & 0 deletions vars/ubuntu-20.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

0 comments on commit 6278325

Please sign in to comment.