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.
1 parent bcab5ba commit 7b5affeCopy full SHA for 7b5affe
meta/main.yml
@@ -8,6 +8,7 @@ galaxy_info:
8
versions:
9
- bionic
10
- xenial
11
+ - focal
12
- name: Debian
13
14
- 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
+ - libpq-dev
+ - libssl-dev
+_netbox_python_packages:
+ - python3
+ - python3-dev
+ - python3-pip
+ - 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