homelab/tasks/idrac.yml
Renovate Bot f5523a291d
Some checks failed
Deploy / Prepare Build (push) Has been cancelled
chore(deps): update ghcr.io/tigerblue77/dell_idrac_fan_controller:latest docker digest to ac6ef2e
2024-12-18 20:01:44 +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:ac6ef2e7fc0052219d7041496bd895d046897a1622538ca721462282902198e8
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"