Zack Williams | 98725e2 | 2021-03-18 10:21:26 -0700 | [diff] [blame] | 1 | --- |
| 2 | # dhcpd tasks/OpenBSD.yml |
| 3 | # |
| 4 | # SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org> |
| 5 | # SPDX-License-Identifier: Apache-2.0 |
| 6 | |
| 7 | # installed in base, but need config |
| 8 | |
| 9 | - name: Set dhcpd and tftpd arguments for use with service module |
| 10 | set_fact: |
| 11 | dhcpd_arguments: "{{ dhcpd_interfaces | join(' ') }}" |
| 12 | tftpd_arguments: > |
| 13 | -v -l {{ tftpd_listen_ip | default(ansible_default_ipv4["address"]) }} |
| 14 | {{ tftpd_boot_dir }} |