mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 21:11:52 +07:00
Enable Open-iSCSI daemon service
This commit is contained in:
parent
4c8412affe
commit
154fa56575
@ -24,6 +24,7 @@ storage:
|
||||
interface-name={{ network_interface }}
|
||||
permissions=
|
||||
[ipv4]
|
||||
# TODO
|
||||
address1={{ hostvars[item]['ansible_host'] }}/24,{{ ansible_default_ipv4.gateway }}
|
||||
dns={{ dns_server }};
|
||||
dns-search=
|
||||
@ -32,3 +33,8 @@ storage:
|
||||
links:
|
||||
- path: /etc/localtime
|
||||
target: /usr/share/zoneinfo/{{ timezone }}
|
||||
|
||||
systemd:
|
||||
units:
|
||||
- name: iscsid.service
|
||||
enabled: true
|
||||
|
Loading…
Reference in New Issue
Block a user