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

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

Ansible collection with various roles to manage a fleet of linux clients.
https://github.com/projectpotos/ansible-collection-potos.roles

ansible-collection linux-client managed-linux-client potos potos-ansible-collection

Last synced: 24 days ago
JSON representation

Ansible collection with various roles to manage a fleet of linux clients.

Awesome Lists containing this project

README

          

# Potos Roles Collection

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

This repository contains the `projectpotos.roles` Ansible Collection with various roles to manage a fleet of Linux clients.

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

## Using this collection

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

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.roles
```

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

```bash
ansible-galaxy collection install projectpotos.roles --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/roles):

```bash
ansible-galaxy collection install projectpotos.roles:==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.roles/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.