pddg / ansible-role-alp

Ansible role for installing alp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pddg.alp

Install alp for analyzing your web server responses

Requirements

This role install alp into /usr/local/bin by default, so you sholud have the right permission to write.

Role Variables

See defaults

Dependencies

No other depends.

Example Playbook

- hosts: all
  roles:
    - name: pddg.alp
      vars:
        alp_version: 0.4.0
        alp_install_dir: /usr/local/bin

License

MIT

Author Information

pddg

About

Ansible role for installing alp

License:MIT License


Languages

Language:Python 53.4%Language:Dockerfile 35.6%Language:Makefile 11.1%