Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Ansible role for installing Browsermob-Proxy on *nix systems

License

Notifications You must be signed in to change notification settings

andreyrusanov/browsermob-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Browsermob-proxy

Very tiny role to set up browsermob in standalone mode.

Role Variables

browsermob_proxy_url
Normally you don't need to change it. Default value is "https://github.com/lightbody/browsermob-proxy/releases/download/browsermob-proxy-{{ browsermob_proxy_version }}/browsermob-proxy-{{ browsermob_proxy_version }}-bin.zip".

browsermob_proxy_version Default to 2.1.4.

browsermob_user A user to create(if needed) root directory/extract archive. Defaults to root.

browsermob_proxy_dest Where package with browsermob will be extracted. Defaults to /opt/. Note that browsermob allows you to configure user to check root directory and extract archive.

browsermob_root_dir_user A user to be set as an owner of root directory of browsermob data.

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
     - { role: andreyrusanov.browsermob-proxy }

License

MIT

Author Information

The role is extremely easy. Contributions are welcome.

About

Ansible role for installing Browsermob-Proxy on *nix systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published