d_strobel.windows.dhcp_domain_authorization (1.4.0) — module

Add or remove a dhcp server to a domain controller.

Authors: Dustin Strobel (@d-strobel)

Install collection

Install with ansible-galaxy collection install d_strobel.windows:==1.4.0


Add to requirements.yml

  collections:
    - name: d_strobel.windows
      version: 1.4.0

Description

Add or remove a dhcp server to a domain controller.

Inputs

    
state:
    choices:
    - absent
    - present
    default: present
    description:
    - Set to C(present) to ensure the dhcp server is authorized.
    - Set to C(absent) to ensure the dhcp server is deauthorized.
    type: str

dns_name:
    description:
    - Specify the dns_name of the dhcp server.
    required: true
    type: str

ip_address:
    description:
    - Specify the ip address of the dhcp server.
    required: false
    type: str