https://github.com/buluma/ansible-role-ara_api
Install and configure ARA api on your system.
https://github.com/buluma/ansible-role-ara_api
ansible ansible-api ara playbook
Last synced: 2 months ago
JSON representation
Install and configure ARA api on your system.
- Host: GitHub
- URL: https://github.com/buluma/ansible-role-ara_api
- Owner: buluma
- License: apache-2.0
- Created: 2022-04-16T07:56:24.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-19T00:26:25.000Z (11 months ago)
- Last Synced: 2025-01-29T02:05:38.271Z (4 months ago)
- Topics: ansible, ansible-api, ara, playbook
- Language: Jinja
- Homepage:
- Size: 104 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Ansible role [ara_api](https://galaxy.ansible.com/ui/standalone/roles/buluma/ara_api/documentation)
Install and configure ara api on your system.
|GitHub|Version|Issues|Pull Requests|Downloads|
|------|-------|------|-------------|---------|
|[](https://github.com/buluma/ansible-role-ara_api/actions/workflows/molecule.yml)|[](https://github.com/buluma/ansible-role-ara_api/releases/)|[](https://github.com/buluma/ansible-role-ara_api/issues/)|[](https://github.com/buluma/ansible-role-ara_api/pulls/)|[](https://galaxy.ansible.com/ui/standalone/roles/buluma/ara_api/documentation)|## [Example Playbook](#example-playbook)
This example is taken from [`molecule/default/converge.yml`](https://github.com/buluma/ansible-role-ara_api/blob/master/molecule/default/converge.yml) and is tested on each push, pull request and release.
```yaml
---
- name: Converge
hosts: all
become: true
gather_facts: trueroles:
- role: buluma.ara_api
ara_api_secure_logging: false
```The machine needs to be prepared. In CI this is done using [`molecule/default/prepare.yml`](https://github.com/buluma/ansible-role-ara_api/blob/master/molecule/default/prepare.yml):
```yaml
---
- name: Prepare
hosts: all
become: true
gather_facts: falseroles:
- role: buluma.bootstrap
- role: buluma.git
- role: buluma.setuptools
```Also see a [full explanation and example](https://buluma.github.io/how-to-use-these-roles.html) on how to use these roles.
## [Requirements](#requirements)
- pip packages listed in [requirements.txt](https://github.com/buluma/ansible-role-ara_api/blob/master/requirements.txt).
## [State of used roles](#state-of-used-roles)
The following roles are used to prepare a system. You can prepare your system in another way.
| Requirement | GitHub | Version |
|-------------|--------|--------|
|[buluma.bootstrap](https://galaxy.ansible.com/buluma/bootstrap)|[](https://github.com/buluma/ansible-role-bootstrap/actions/workflows/molecule.yml)|[](https://github.com/shadowwalker/ansible-role-bootstrap)|
|[buluma.git](https://galaxy.ansible.com/buluma/git)|[](https://github.com/buluma/ansible-role-git/actions/workflows/molecule.yml)|[](https://github.com/shadowwalker/ansible-role-git)|
|[buluma.setuptools](https://galaxy.ansible.com/buluma/setuptools)|[](https://github.com/buluma/ansible-role-setuptools/actions/workflows/molecule.yml)|[](https://github.com/shadowwalker/ansible-role-setuptools)|## [Context](#context)
This role is a part of many compatible roles. Have a look at [the documentation of these roles](https://buluma.github.io/) for further information.
Here is an overview of related roles:

## [Compatibility](#compatibility)
This role has been tested on these [container images](https://hub.docker.com/u/buluma):
|container|tags|
|---------|----|
|[EL](https://hub.docker.com/r/buluma/enterpriselinux)|all|
|[Debian](https://hub.docker.com/r/buluma/debian)|all|
|[Fedora](https://hub.docker.com/r/buluma/fedora)|all|
|[Ubuntu](https://hub.docker.com/r/buluma/ubuntu)|bionic|The minimum version of Ansible required is 2.12, tests have been done to:
- The previous version.
- The current version.
- The development version.If you find issues, please register them in [GitHub](https://github.com/buluma/ansible-role-ara_api/issues)
## [Changelog](#changelog)
[Role History](https://github.com/buluma/ansible-role-ara_api/blob/master/CHANGELOG.md)
## [License](#license)
[Apache-2.0](https://github.com/buluma/ansible-role-ara_api/blob/master/LICENSE)
## [Author Information](#author-information)
[Shadow Walker](https://buluma.github.io/)