We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8531722 + 7b5affe commit 6278325Copy full SHA for 6278325
meta/main.yml
@@ -9,6 +9,7 @@ galaxy_info:
9
versions:
10
- bionic
11
- xenial
12
+ - focal
13
- name: Debian
14
15
- buster
vars/ubuntu-20.yml
@@ -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
+ - libssl-dev
+_netbox_python_packages:
+ - python3
+ - python3-dev
+ - python3-pip
+ - python3-venv
+ - 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