homelab/tasks/idrac.yml
Renovate Bot 805bbf7d2c
All checks were successful
Deploy / Prepare Build (push) Successful in 1m6s
chore(deps): update ghcr.io/tigerblue77/dell_idrac_fan_controller:latest docker digest to 174665c
2025-01-26 17:02:37 +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:174665c24789b8c58bbda82dd48720256c20b1d828f76c02d6f08acc919537a4
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"