community.sops.sops – Loading sops-encrypted vars files¶
Note
This plugin is part of the community.sops collection (version 1.0.6).
To install it use: ansible-galaxy collection install community.sops
.
To use it in a playbook, specify: community.sops.sops
.
New in version 0.1.0: of community.sops
Synopsis¶
Load encrypted YAML files into corresponding groups/hosts in group_vars/ and host_vars/ directories.
Files are encrypted prior to reading, making this plugin an effective companion to host_group_vars plugin.
Files are restricted to .sops.yaml, .sops.yml, .sops.json extensions.
Hidden files are ignored.
Parameters¶
Authors¶
Edoardo Tenani (@endorama) <e.tenani@arduino.cc>