mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #1188 from holta/clarif-dhcp_service
Clarify dhcp_service in roles/network/defaults/main.yml
This commit is contained in:
commit
5cc091f743
1 changed files with 2 additions and 2 deletions
|
@ -65,8 +65,8 @@ services_externally_visible: False
|
|||
# DNS / name resolution
|
||||
dhcpd_install: True
|
||||
dhcpd_enabled: True
|
||||
#dhcp_service: ???? # Appears nec for roles/network/tasks/dhcpd.yml ?
|
||||
dhcp_service2: disabled # Proposed by @jvonau to solve #1184 -> PR #1185 as required by roles/network/tasks/computed_services.yml ?
|
||||
#dhcp_service: ???? # Set in individual OS's /opt/iiab/iiab/vars/<OS>.yml for use in roles/network/tasks/dhcpd.yml
|
||||
dhcp_service2: disabled # Proposed by @jvonau to solve #1184 -> PR #1185 during transition from named to dnsmasq, as required by roles/network/tasks/computed_services.yml
|
||||
named_install: True
|
||||
named_enabled: False
|
||||
dnsmasq_enabled: True
|
||||
|
|
Loading…
Add table
Reference in a new issue