mrlesmithjr.isc-dhcp-relay

Role Name

An Ansible role to install ISC-DHCP-Relay

Requirements

None

Role Variables

---
# defaults file for ansible-isc-dhcp-relay
# Define if ISC-DHCP-Relay should be configured
isc_dhcp_relay_config: true

# Define specific interfaces to listen on
isc_dhcp_relay_interfaces:
  - '{{ ansible_default_ipv4.interface }}'
  # - 'eth0'
  # - 'eth1'
  # - 'enp0s3'
  # - 'enp0s8'

# Define additional start up options
isc_dhcp_relay_options: []
  # - ''

# Define servers to relay DHCP requests to
isc_dhcp_relay_servers:
  - '10.10.10.1'
  - '192.168.1.1'

Dependencies

None

Example Playbook

- hosts: all
  become: true
  vars:
  roles:
    - role: ansible-isc-dhcp-relay
  tasks:

License

BSD

Author Information

Larry Smith Jr.

About

An [Ansible] role to install ISC-DHCP-Relay

Install
ansible-galaxy install mrlesmithjr.isc-dhcp-relay
GitHub repository
License
Unknown
Downloads
228
Owner
Sharing practical insights on virtualization, cloud, automation, and DevOps to help others build, automate, and innovate with confidence.