Zack Williams | 5101b5f | 2022-05-17 13:30:01 -0700 | [diff] [blame] | 1 | --- |
| 2 | # dhcpd vars/Ubuntu_18.04.yml |
| 3 | # |
| 4 | # SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org> |
| 5 | # SPDX-License-Identifier: Apache-2.0 |
| 6 | # |
| 7 | # NOTE: Only put platform/OS-specific variables in this file. |
| 8 | # Put all other variables in the 'defaults/main.yml' file. |
| 9 | |
| 10 | dhcpd_service: "isc-dhcp-server" |
| 11 | dhcpd_config_dir: "/etc/dhcp" |
| 12 | dhcpd_groupname: "root" |
| 13 | |
| 14 | tftpd_service: "tftpd-hpa" |
| 15 | tftpd_groupname: "tftp" |
| 16 | tftpd_boot_dir: "/var/lib/tftpboot" |