From 826f57cb7822bb045d032a0b10f26ead4123c720 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 1 May 2021 22:14:16 +0200 Subject: install python3 plotly and pandas for ch-equinox-* --- inventory/host_vars/ch-equinox-t450s.yml | 2 ++ inventory/host_vars/ch-equinox-ws.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/inventory/host_vars/ch-equinox-t450s.yml b/inventory/host_vars/ch-equinox-t450s.yml index e86b4660..9603549e 100644 --- a/inventory/host_vars/ch-equinox-t450s.yml +++ b/inventory/host_vars/ch-equinox-t450s.yml @@ -166,7 +166,9 @@ ws_base_extra_packages: - pv - pwgen - python3-autopep8 + - python3-pandas - python3-paramiko + - python3-plotly - python3-ruamel.yaml - python3-sphinx - python3-sphinx-rtd-theme diff --git a/inventory/host_vars/ch-equinox-ws.yml b/inventory/host_vars/ch-equinox-ws.yml index 2da44243..7eb23678 100644 --- a/inventory/host_vars/ch-equinox-ws.yml +++ b/inventory/host_vars/ch-equinox-ws.yml @@ -173,7 +173,9 @@ ws_base_extra_packages: - pv - pwgen - python3-autopep8 + - python3-pandas - python3-paramiko + - python3-plotly - python3-ruamel.yaml - python3-sphinx - python3-sphinx-rtd-theme -- cgit v1.2.3