fix: persist iscsi connections on reboot and wait for network before mount
Some checks failed
Deploy / Prepare Build (push) Failing after 3m58s

This commit is contained in:
2024-11-01 02:23:30 +10:00
parent dab2fea58b
commit cdc0144a2b
6 changed files with 202 additions and 193 deletions

View File

@ -132,13 +132,13 @@
tags: dockerserver_install
# - hosts: dev
# become: yes
# tasks:
# - name: Connect iSCSI
# import_tasks: tasks/iscsi.yml
# tags: iscsi_connect
# tags: dev_install
- hosts: frigate
become: yes
tasks:
- name: Deploy iDrac Fan Controller
import_tasks: tasks/idrac.yml
tags: idrac_install
tags: frigate_install