Ansible role for 7.x/8.x Apm Server. Currently, this works on Debian based linux systems. Tested platforms are:
- Debian 10
- Debian 11
These instructions will get you a copy of the role for your ansible playbook. Once launched, it will install Apm Server.
Minimum Ansible version of 2.10.0 and recommended Ansible 5.8.0 version installed.
- Python 3
- Molecule
- Pipenv
- Docker as driver
- Ansible-lint
Create or add to your roles dependency file (e.g. requirements.yml):
- src: idealista.apm_server_role
version: 1.0.0
name: filebeat
Install the role with ansible-galaxy command:
ansible-galaxy install -p roles -r requirements.yml -f
Use in a playbook:
- hosts: someserver
roles:
- role: apm_server
Look to the defaults properties file to see the possible configuration properties.
pipenv install -r test-requirements.txt
pipenv run molecule test
For the versions available, see the tags on this repository.
Additionally, you can see what change in each version in the CHANGELOG.md file.
- Idealista - Work with - idealista
See also the list of contributors who participated in this project.
This project licensed under the Apache 2.0 license - see the LICENSE file for details.