homelab/tasks/idrac.yml
Renovate Bot d06b3a9c23
All checks were successful
Deploy / Prepare Build (push) Successful in 36s
chore(deps): update ghcr.io/tigerblue77/dell_idrac_fan_controller:latest docker digest to eb60c0c
2025-01-26 15:01:56 +00:00

16 lines
554 B
YAML

---
- name: Create the Dell_R730xd Fan Contoller container
docker_container:
name: Dell_R730xd
image: ghcr.io/tigerblue77/dell_idrac_fan_controller:latest@sha256:eb60c0cdfac0138de24cc637c9323fff047e4796ee0f426acf70c0d2f27078f6
restart_policy: unless-stopped
recreate: true
env:
IDRAC_HOST: "10.10.10.138"
IDRAC_USERNAME: "root"
IDRAC_PASSWORD: "calvin"
FAN_SPEED: "50"
CPU_TEMPERATURE_THRESHOLD: "80"
CHECK_INTERVAL: "60"
DISABLE_THIRD_PARTY_PCIE_CARD_DELL_DEFAULT_COOLING_RESPONSE: "true"