https://github.com/boutetnico/ansible-role-elastic-apm-server
Install and configure Elastic APM server using Ansible.
https://github.com/boutetnico/ansible-role-elastic-apm-server
ansible apm debian elastic server ubuntu
Last synced: 18 days ago
JSON representation
Install and configure Elastic APM server using Ansible.
- Host: GitHub
- URL: https://github.com/boutetnico/ansible-role-elastic-apm-server
- Owner: boutetnico
- License: mit
- Archived: true
- Created: 2021-04-12T12:32:27.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-15T07:10:53.000Z (over 1 year ago)
- Last Synced: 2025-02-19T02:18:28.809Z (2 months ago)
- Topics: ansible, apm, debian, elastic, server, ubuntu
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/boutetnico/ansible-role-elastic-apm-server/actions?query=workflow%3A%22Test+ansible+role%22)
[](https://galaxy.ansible.com/boutetnico/elastic_apm_server)ansible-role-elastic-apm-server
===============================This role installs and configures [Elastic APM server](https://www.elastic.co/guide/en/apm/server/current/index.html).
Requirements
------------Ansible 2.10 or newer.
Supported Platforms
-------------------- [Debian - 11 (Bullseye)](https://wiki.debian.org/DebianBullseye)
- [Debian - 12 (Bookworm)](https://wiki.debian.org/DebianBookworm)
- [Ubuntu - 20.04 (Focal Fossa)](http://releases.ubuntu.com/20.04/)
- [Ubuntu - 22.04 (Jammy Jellyfish)](http://releases.ubuntu.com/22.04/)Role Variables
--------------| Variable | Required | Default | Choices | Comments |
|---------------------------------|----------|-------------------------------|-----------|--------------------------|
| elastic_apm_server_dependencies | yes | `[apt-transport-https,gnupg]` | list | |
| elastic_apm_server_use_oss | yes | `false` | boolean | |
| elastic_apm_server_config | yes | | dict | See `defaults/main.yml`. |Dependencies
------------None
Example Playbook
----------------- hosts: all
roles:
- ansible-role-elastic-apm-serverTesting
-------molecule test
License
-------MIT
Author Information
------------------[@boutetnico](https://github.com/boutetnico)