zachary_plencner.secret_server.add_secret_share_group (2.1.3) — module

Add a group to a secret's permission to share it with the supplied group(s)

| "added in version" 2.1.0 of zachary_plencner.secret_server"

Authors: Zachary Plencner (@zachary-plencner)

Install collection

Install with ansible-galaxy collection install zachary_plencner.secret_server:==2.1.3


Add to requirements.yml

  collections:
    - name: zachary_plencner.secret_server
      version: 2.1.3

Description

Update a secret's permissions from Delineas Secret Server using the Secret Servers API as a backend. Supply a group, what their role with the secret will be, and optionally the group's domain.

Inputs

    
secret_name:
    description: The name of the secret you want to retreive from Secret Server (must
      be verbatim/exact match)
    required: true
    type: str

secret_server_host:
    description: The hostname of your Secret Server instance
    required: true
    type: str

secret_share_groups:
    description: The group's name, role, and (optionally) domain
    required: true
    type: list

secret_server_password:
    description: The password of the user that will be used to contact the Secret Server
      API
    required: true
    type: str

secret_server_username:
    description: The username of the user that will be used to contact the Secret Server
      API
    required: true
    type: str

secret_server_username_domain:
    description: The domain pertaining to your username. This is prepended to your username
    required: false
    type: str