IaC: with Ansible role to install and configure ISC DHCP Server
vagrant@localhost:~$ ansible-galaxy install wluisaraujo.dhcpd
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.dhcpd/requirements.txt
- None
---
- hosts: localhost
vars:
- name: value
roles:
- dhcpd
...