homelab/tasks/idrac.yml
Matthew McKinnon 03081bf8c1
All checks were successful
Deploy / Prepare Build (push) Successful in 41s
chore: change idrac fan temp
2024-11-16 22:05:29 +10: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:cd2157ace8d3ce259f24a6da3edd3901a0050228468d2697fb11eb5656d3af18
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"