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