Skip to content

Instantly share code, notes, and snippets.

@dynax60
Last active March 30, 2022 07:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dynax60/bfcc6c8a15a78d91d70fc9672477e68b to your computer and use it in GitHub Desktop.
Save dynax60/bfcc6c8a15a78d91d70fc9672477e68b to your computer and use it in GitHub Desktop.
Example of ansible playbook for hp proliant gen10
---
- hosts: node1
become: yes
roles:
- role: ansible-role-hpe-common
- role: ansible-role-hpe-spp
hpe_spp_packages:
- amsd
- hponcfg
- ssacli
- ssaducli
- role: ansible-role-hpe-sum
- role: ansible-role-hpe-fwpp
token: <your_token_here>
@dynax60
Copy link
Author

dynax60 commented Mar 28, 2022

All these packages are also available in the mcp repository, but I noticed that in spp they are fresh.

@dynax60
Copy link
Author

dynax60 commented Mar 28, 2022

ansible-role-hpe-common - HPE common public keys setup
ansible-role-hpe-spp - HPE Service Pack for ProLiant as known as spp
ansible-role-hpe-mcp - HPE Management Component Pack as known as mcp
ansible-role-hpe-sum - HPE Smart Update Manager
ansible-role-hpe-fwpp - Firmware Pack for ProLiant (token var is mandatory, you can generate it here: https://support.hpe.com/hpsc/swd/entitlement-token-service/generate)

See http://downloads-llb1.itcs.hpe.com/SDR/index.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment