Install Dell srvadmin package to get utils to talk to RAID controller #90
No reviewers
Labels
No labels
Blocked
Existing Service
Infrastructure Issue
Refactor
Security Hardening
Security Issue
Service Idea
Service Removal
Upgrade service
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: data.coop/ansible#90
Loading…
Reference in a new issue
No description provided.
Delete branch "install-omconfig"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
To be able to access the RAID controller status, the srvadmin-all package from Dell is needed.
I also took the liberty of adding a couple of extra tags so we can use ansible to do specific stuff in the pipeline, like doing a full system upgrade.
Example:
ansible-playbook playbook.yml --tags do-full-system-upgrade
Couldn't the tags be defined in main.yml so the included files don't have to define tags for each task?
That would be cleaner now, wouldn't it? 🤦