Last active
March 30, 2022 07:01
-
-
Save dynax60/bfcc6c8a15a78d91d70fc9672477e68b to your computer and use it in GitHub Desktop.
Example of ansible playbook for hp proliant gen10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- 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> |
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)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All these packages are also available in the mcp repository, but I noticed that in spp they are fresh.