mbialon.openfaas.faas_login (0.7.1) — module

Login to OpenFaaS.

Authors: Marcin Białoń (@mbialon)

Install collection

Install with ansible-galaxy collection install mbialon.openfaas:==0.7.1


Add to requirements.yml

  collections:
    - name: mbialon.openfaas
      version: 0.7.1

Inputs

    
url:
    description: OpenFaaS gateway URL.
    required: true
    type: str

password:
    description: OpenFaaS password.
    required: true
    type: str

username:
    description: OpenFaaS username.
    required: true
    type: str