No description
Find a file
2024-11-16 23:15:05 +00:00
changelogs Initialise repository 2024-11-16 23:15:05 +00:00
meta Initialise repository 2024-11-16 23:15:05 +00:00
.gitignore Initialise repository 2024-11-16 23:15:05 +00:00
.yamllint.yml Initialise repository 2024-11-16 23:15:05 +00:00
galaxy.yml Initialise repository 2024-11-16 23:15:05 +00:00
LICENSE.md Initialise repository 2024-11-16 23:15:05 +00:00
README.md Initialise repository 2024-11-16 23:15:05 +00:00

Valkey Collection for Ansible

This is a work in progress. This package is unstable and may not work as expected, or may not work at all. Use this package at your own risk.

Code of Conduct

We follow the Ansible Code of Conduct in all our interactions within this project.

If you encounter abusive behavior, please refer to the policy violations section of the Code for information on how to raise a complaint.

Contributing to this collection

We are actively accepting new contributors and all types of contributions are very welcome.

Don't know how to start? Refer to the Ansible community guide!

Want to submit code changes? Take a look at the Quick-start development guide.

We also use the following guidelines:

Tested with Ansible

External requirements

Included content

Using this collection

Installing the Collection from Ansible Galaxy

Before using this collection, you need to install it with the Ansible Galaxy command-line tool:

ansible-galaxy collection install witine.valkey

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

---
collections:
  - name: witine.valkey

Note that if you install the collection from Ansible Galaxy, it will not be upgraded automatically when you upgrade the ansible package. To upgrade the collection to the latest available version, run the following command:

ansible-galaxy collection install witine.valkey --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 to install version 0.1.0:

ansible-galaxy collection install witine.valkey:==0.1.0

See using Ansible collections for more details.

Release notes

See the changelog.

More information

Postcardware

You're free to use this package, but if it makes it to your production environment, we'd really appreciate you sending us a postcard, mentioning which of our package(s) you are using.

Our address is: Witine Limited, St John's Innovation Centre, Cowley Road, Cambridge CB4 0WS, United Kingdom

Licensing

This package is licensed under the 3-clause BSD License.