summaryrefslogtreecommitdiffstats
path: root/roles/ands_common/tasks/software.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/ands_common/tasks/software.yml')
-rw-r--r--roles/ands_common/tasks/software.yml12
1 files changed, 7 insertions, 5 deletions
diff --git a/roles/ands_common/tasks/software.yml b/roles/ands_common/tasks/software.yml
index ea37b51..4c0f491 100644
--- a/roles/ands_common/tasks/software.yml
+++ b/roles/ands_common/tasks/software.yml
@@ -6,11 +6,13 @@
- lsof
- strace
-# We also can install something conditionally
-#- name: Install various administrative tools
-# package: name={{item}} state=present
-# when: 'ands_storage_servers' in group_names
-# with_items:
+- name: Install storage management tools
+ package: name={{item}} state=present
+ when: "'baremetal' in group_names"
+ with_items:
+ - storcli
+
+
- name: Ensure all extra packages are installed