updated netbox state

This commit is contained in:
Paul 2022-12-26 10:12:45 +01:00
parent aa79a59beb
commit bc2a10b8af
3 changed files with 7 additions and 8 deletions

View File

@ -1,6 +1,5 @@
---
include:
- redis
- .pkgs
- .install
- .service

View File

@ -1,5 +1,12 @@
---
{%- from "netbox/map.jinja" import netbox with context %}
netbox_pkg_reqs:
pkg.installed:
- pkgs:
{%- for pkg in netbox.pkgs %}
- {{ pkg }}
{%- endfor %}
netbox-virtualenv-pkg:
pip.installed:
- name: virtualenv

View File

@ -1,8 +1 @@
---
{%- from "netbox/map.jinja" import netbox with context %}
netbox_pkg_reqs:
pkg.latest:
- pkgs:
{%- for pkg in netbox.pkgs %}
- {{ pkg }}
{%- endfor %}