totaldebug.hassio_cli.hassio_dns (3.1.0) — module

Manage Home Assistant (HassIO) dns

| "added in version" 2.0.1 of totaldebug.hassio_cli"

Authors: marksie1988 / TotalDebug (@marksie1988)

Install collection

Install with ansible-galaxy collection install totaldebug.hassio_cli:==3.1.0


Add to requirements.yml

  collections:
    - name: totaldebug.hassio_cli
      version: 3.1.0

Description

Manage Home Assistant (HassIO, hass.io) dns - restarted, reset, updated

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
# Reboot HassIO OS
- hassio_dns:
    state: restarted

Inputs

    
state:
    choices:
    - restarted
    - reset
    - updated
    description:
    - State of dns
    required: true