Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boutetnico/ansible-role-elastic-apm-agent-php
Install Elastic APM PHP agent using Ansible.
https://github.com/boutetnico/ansible-role-elastic-apm-agent-php
agent ansible apm debian elastic php ubuntu
Last synced: about 6 hours ago
JSON representation
Install Elastic APM PHP agent using Ansible.
- Host: GitHub
- URL: https://github.com/boutetnico/ansible-role-elastic-apm-agent-php
- Owner: boutetnico
- License: mit
- Created: 2021-04-15T12:44:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-15T07:08:30.000Z (about 1 year ago)
- Last Synced: 2023-08-15T08:26:19.936Z (about 1 year ago)
- Topics: agent, ansible, apm, debian, elastic, php, ubuntu
- Language: Jinja
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
[![tests](https://github.com/boutetnico/ansible-role-elastic-apm-agent-php/workflows/Test%20ansible%20role/badge.svg)](https://github.com/boutetnico/ansible-role-elastic-apm-agent-php/actions?query=workflow%3A%22Test+ansible+role%22)
[![Ansible Galaxy](https://img.shields.io/badge/galaxy-boutetnico.elastic_apm_agent_php-blue.svg)](https://galaxy.ansible.com/boutetnico/elastic_apm_agent_php)ansible-role-elastic-apm-agent-php
==================================This role installs [Elastic APM PHP agent](https://www.elastic.co/guide/en/apm/agent/php/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_php_agent_dependencies | yes | `[apt-transport-https,gnupg]` | list | |
| elastic_apm_php_agent_version | yes | `1.0.1` | string | |Dependencies
------------None
Example Playbook
----------------- hosts: all
roles:
- ansible-role-elastic-apm-agent-phpTesting
-------molecule test
License
-------MIT
Author Information
------------------[@boutetnico](https://github.com/boutetnico)