From 7e0fece6fc188240dd8155cfc891f5ff29ac11e6 Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 18 Apr 2024 14:30:15 +0930 Subject: [PATCH] feat(collection): add netbox collection !250 --- dockerfile | 1 + requirements.txt | 2 ++ 2 files changed, 3 insertions(+) diff --git a/dockerfile b/dockerfile index f93ead7..b79d821 100644 --- a/dockerfile +++ b/dockerfile @@ -98,6 +98,7 @@ RUN ansible-galaxy collection install \ community.general==8.4.0 \ community.mysql==3.9.0 \ community.postgresql==3.4.0 \ + netbox.netbox==3.17.0 \ theforeman.foreman==4.0.0; \ ansible-galaxy collection install --pre \ nofusscomputing.kubernetes==1.5.0 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 46b45ec..a800244 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,8 @@ python_gitlab==4.3.0 psycopg2==2.9.9 # community.mysql PyMySQL==1.1.0 +# NetBox +pytz==2024.1 dnspython==2.4.2