mirror of
https://github.com/khuedoan/homelab.git
synced 2025-03-10 04:47:09 +07:00
Start iSCSI service
This commit is contained in:
parent
959c74c542
commit
9379e45b18
@ -14,3 +14,10 @@
|
||||
name: docker
|
||||
state: started
|
||||
enabled: yes
|
||||
|
||||
# TODO (optimize) Restructure provisioning roles
|
||||
- name: Start iSCSI service
|
||||
systemd:
|
||||
name: iscsid
|
||||
state: started
|
||||
enabled: yes
|
||||
|
Loading…
Reference in New Issue
Block a user