No description
Find a file
2026-08-02 21:55:54 +00:00
changelogs init 2026-08-02 11:51:24 -04:00
docs init 2026-08-02 11:51:24 -04:00
extensions init 2026-08-02 11:51:24 -04:00
meta init 2026-08-02 11:51:24 -04:00
plugins init 2026-08-02 11:51:24 -04:00
roles bad role name 2026-08-02 17:55:08 -04:00
tests init 2026-08-02 11:51:24 -04:00
.gitignore init 2026-08-02 11:51:24 -04:00
.isort.cfg init 2026-08-02 11:51:24 -04:00
.pre-commit-config.yaml init 2026-08-02 11:51:24 -04:00
.prettierignore init 2026-08-02 11:51:24 -04:00
AGENTS.md init 2026-08-02 11:51:24 -04:00
CHANGELOG.rst init 2026-08-02 11:51:24 -04:00
CODE_OF_CONDUCT.md init 2026-08-02 11:51:24 -04:00
CONTRIBUTING init 2026-08-02 11:51:24 -04:00
devfile.yaml init 2026-08-02 11:51:24 -04:00
galaxy.yml forgot version for galaxy 2026-08-02 13:49:41 -04:00
LICENSE init 2026-08-02 11:51:24 -04:00
MAINTAINERS init 2026-08-02 11:51:24 -04:00
pyproject.toml init 2026-08-02 11:51:24 -04:00
README.md init 2026-08-02 11:51:24 -04:00
requirements.txt v1.0.0 2026-08-02 13:16:45 -04:00
test-requirements.txt init 2026-08-02 11:51:24 -04:00
tox-ansible.ini init 2026-08-02 11:51:24 -04:00

Markaplay Secrets Collection

This repository contains the markaplay.secrets Ansible Collection.

External requirements

Some modules and plugins require external libraries. Please check the requirements for each plugin or module you use in the documentation to find out which requirements are needed.

Included content

Using this collection

    ansible-galaxy collection install markaplay.secrets

You can also include it in a requirements.yml file and install it via ansible-galaxy collection install -r requirements.yml using the format:

collections:
  - name: markaplay.secrets

To upgrade the collection to the latest available version, run the following command:

ansible-galaxy collection install markaplay.secrets --upgrade

You can also install a specific version of the collection, for example, if you need to downgrade when something is broken in the latest version (please report an issue in this repository). Use the following syntax where X.Y.Z can be any available version:

ansible-galaxy collection install markaplay.secrets:==X.Y.Z

See Ansible Using Collections for more details.

Release notes

See the changelog.

Roadmap

More information

Licensing

GNU General Public License v3.0 or later.

See LICENSE to see the full text.