totaldebug.hassio_cli.hassio_host (3.1.0) — module

Manage Home Assistant (HassIO) host

| "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) host - reboot, update, shutdown

Usage examples

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

Inputs

    
state:
    choices:
    - rebooted
    - updated
    - shutdown
    description:
    - State of host
    required: true