Chris Ladd
Chris Ladd
An Ansible module for adding and removing Stacki groups. The module takes these parameters: `name` - The name of the group to manage `state` - If present, then a group...
An Ansible module for returning appliance info. The module takes a single optional parameter: `name` for requesting the data for a specific appliance. If name is not provided, then the...
An Ansible module for adding, editing, and removing Stacki hosts. The module takes these parameters: ``` `name` - The name of the host to manage `appliance` - The appliance used...
The code, at least in `controller_megacli.py`, currently defaults number of disks to 5 and 6, which should be changed to 3 (RAID50) and 5 (RAID60). New logic should be added...