/ansible-role-dhcpd

Infrastructure as Code (IaC) with Ansible role for ISC DHCP Server

Primary LanguageJinjaGNU General Public License v3.0GPL-3.0

Ansible Galaxy Build Status


IaC: with Ansible role to install and configure ISC DHCP Server


Description

Requirements

Installation

Installation

vagrant@localhost:~$ ansible-galaxy install wluisaraujo.dhcpd
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.dhcpd/requirements.txt

Role Variables

defaults/main.yml

Dependencies

  • None

Example Playbook

---
- hosts: localhost
  vars:
    - name: value
  roles:
    - dhcpd
...

Licence