Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atatus/atatus-php-ansible-role
Ansible role to install the Atatus PHP Agent
https://github.com/atatus/atatus-php-ansible-role
ansible apm atatus monitoring php
Last synced: 21 days ago
JSON representation
Ansible role to install the Atatus PHP Agent
- Host: GitHub
- URL: https://github.com/atatus/atatus-php-ansible-role
- Owner: atatus
- Created: 2018-06-15T09:54:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-15T09:56:55.000Z (over 6 years ago)
- Last Synced: 2024-11-19T16:56:57.688Z (3 months ago)
- Topics: ansible, apm, atatus, monitoring, php
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ansible Role: Atatus PHP Agent
Installs Atatus PHP Agent, PHP Performance Monitoring.
## Role Variables
Available variables are listed below, along with default values (see `defaults/main.yml`):
Workspace where certain files will be downloaded and adjusted prior to agent installation, if needed.
workspace: /root
`atatus_api_key` contains Project API Key.
`atatus_ini_file` defines where `atatus.ini` is placed and used for updating the API Key.
`php_service_name` is the name of PHP Server. It can be apache2, httpd or php-fpm
`linux_distribution` defines linux distribution where you are going to install PHP agent.
`atatus_php_version` is the Atatus PHP Agent version.
## Dependencies
None.
## Example Playbook
- hosts: servers
roles:
- { role: atatus-php-ansible-role }