Management of Dell DRAC
The DRAC module is used to create and manage DRAC cards on Dell servers
Ensure the user damian is present
damian: drac.present: - name: damian - password: secret - permission: login,test_alerts,clear_logs
Ensure the user damian does not exist
damian: drac.absent: - name: damian
Ensure DRAC network is in a consistent state
my_network: drac.network: - ip: 10.225.108.29 - netmask: 255.255.255.224 - gateway: 10.225.108.1
Ensure a user does not exist on the Dell DRAC
Ensure the DRAC network settings are consistent
Ensure the user exists on the Dell DRAC
© 2019 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltstack.com/en/latest/ref/states/all/salt.states.drac.html