xlab_si.sesame.sesame (1.0.0) — module

Manage doors on AnsibleFest2019 contraption thingy

| "added in version" 1.0.0 of xlab_si.sesame"

Authors: Tadej Borovšak (@tadeboro)

stableinterface | supported by community

Install collection

Install with ansible-galaxy collection install xlab_si.sesame:==1.0.0


Add to requirements.yml

  collections:
    - name: xlab_si.sesame
      version: 1.0.0

Description

There is no long description, because the module does very little.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Make sure the doors are opened
  sesame:
    state: opened
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Make sure the doors are closed
  sesame:
    state: closed

Inputs

    
state:
    choices:
    - opened
    - closed
    description:
    - Target state of the doors.
    required: true
    type: str

Outputs

state:
  description: State of the doors.
  returned: always
  type: str