An open API service indexing awesome lists of open source software.

https://github.com/projectpotos/ansible-collection-potos.base


https://github.com/projectpotos/ansible-collection-potos.base

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

          

# Potos Base Collection

[![CI](https://github.com/projectpotos/ansible-collection-potos.base/actions/workflows/tests.yml/badge.svg)](https://github.com/projectpotos/ansible-collection-potos.base/actions/workflows/tests.yml)
[![Release projectpotos.base](https://github.com/projectpotos/ansible-collection-potos.base/actions/workflows/release.yml/badge.svg)](https://github.com/projectpotos/ansible-collection-potos.base/actions/workflows/release.yml)

This repository contains the `projectpotos.base` Ansible Collection.

## Ansible version compatibility

This collection has been tested against the following Ansible versions: **>=2.15.0**.

Plugins and modules within a collection may be tested with only specific Ansible versions.
A collection may contain metadata that identifies these versions.
PEP440 is the schema used to describe the versions of Ansible.

## 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

### Filter plugins
Name | Description
--- | ---
[projectpotos.base.resolve_step_refs](https://github.com/projectpotos/ansible-collection-potos.base/blob/main/docs/projectpotos.base.resolve_step_refs_filter.rst)|Resolve step output and fact references in step inputs
[projectpotos.base.yad_password_validation](https://github.com/projectpotos/ansible-collection-potos.base/blob/main/docs/projectpotos.base.yad_password_validation_filter.rst)|Build yad dialog validations from a password policy

### Modules
Name | Description
--- | ---
[projectpotos.base.luks](https://github.com/projectpotos/ansible-collection-potos.base/blob/main/docs/projectpotos.base.luks_module.rst)|Do various LUKS operations
[projectpotos.base.openbao](https://github.com/projectpotos/ansible-collection-potos.base/blob/main/docs/projectpotos.base.openbao_module.rst)|Interact with OpenBao KV engine
[projectpotos.base.set_password](https://github.com/projectpotos/ansible-collection-potos.base/blob/main/docs/projectpotos.base.set_password_module.rst)|Set a local user's password using chpasswd
[projectpotos.base.systemd_creds](https://github.com/projectpotos/ansible-collection-potos.base/blob/main/docs/projectpotos.base.systemd_creds_module.rst)|Encrypt or decrypt a secret with systemd-creds
[projectpotos.base.yad](https://github.com/projectpotos/ansible-collection-potos.base/blob/main/docs/projectpotos.base.yad_module.rst)|Display a YAD (GTK) dialog and return the user's input

## Using this collection

```bash
ansible-galaxy collection install projectpotos.base
```

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

```yaml
collections:
- name: projectpotos.base
```

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

```bash
ansible-galaxy collection install projectpotos.base --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](https://galaxy.ansible.com/projectpotos/base):

```bash
ansible-galaxy collection install projectpotos.base:==X.Y.Z
```

See
[Ansible Using Collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html)
for more details.

## Release notes

See the
[changelog](https://github.com/projectpotos/ansible-collection-potos.base/blob/main/CHANGELOG.rst).

## Roadmap

## More information

- [Ansible collection development forum](https://forum.ansible.com/c/project/collection-development/27)
- [Ansible User guide](https://docs.ansible.com/ansible/devel/user_guide/index.html)
- [Ansible Developer guide](https://docs.ansible.com/ansible/devel/dev_guide/index.html)
- [Ansible Collections Checklist](https://docs.ansible.com/ansible/devel/community/collection_contributors/collection_requirements.html)
- [Ansible Community code of conduct](https://docs.ansible.com/ansible/devel/community/code_of_conduct.html)
- [The Bullhorn (the Ansible Contributor newsletter)](https://docs.ansible.com/ansible/devel/community/communication.html#the-bullhorn)
- [News for Maintainers](https://forum.ansible.com/tag/news-for-maintainers)

## Licensing

GNU General Public License v3.0 or later.

See [LICENSE](https://www.gnu.org/licenses/gpl-3.0.txt) to see the full text.