Skip to content

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

License

Notifications You must be signed in to change notification settings

wluisaraujo/ansible-role-dhcpd

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages