Merge branch 'netbox' into 'development'

feat: Netbox

See merge request nofusscomputing/projects/ansible/execution_environment!250
This commit is contained in:
2024-04-18 05:30:46 +00:00
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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