community.general.sops (0.1.4) — lookup

Read sops encrypted file contents

| "added in version" 0.2.0 of community.general"

Authors: Edoardo Tenani (@endorama) <e.tenani@arduino.cc>

Install collection

Install with ansible-galaxy collection install community.general:==0.1.4


Add to requirements.yml

  collections:
    - name: community.general
      version: 0.1.4

Description

This lookup returns the contents from a file on the Ansible controller's file system.

This lookup requires the C(sops) executable to be available in the controller PATH.

Inputs

    
_terms:
    description: path(s) of files to read
    required: true

Outputs

_raw:
  description: decrypted file content