All Projects → geerlingguy → ansible-role-pimpmylog

geerlingguy / ansible-role-pimpmylog

Licence: MIT license
DEPRECATED Ansible Role - Pimp my Log

Projects that are alternatives of or similar to ansible-role-pimpmylog

Ansible Role Repo Epel
Ansible Role - EPEL Repository for RHEL/CentOS
Stars: ✭ 149 (+964.29%)
Mutual labels:  role
Ansible Role Homebrew
Ansible Role - Homebrew
Stars: ✭ 195 (+1292.86%)
Mutual labels:  role
pml
New version of the PML language and (classical) proof assistant
Stars: ✭ 15 (+7.14%)
Mutual labels:  pml
Ansible Role Git
Ansible Role - Git
Stars: ✭ 153 (+992.86%)
Mutual labels:  role
Ansible Nginx Hardening
This Ansible role provides secure nginx configurations.
Stars: ✭ 180 (+1185.71%)
Mutual labels:  role
Ansible Role Java
Ansible Role - Java
Stars: ✭ 231 (+1550%)
Mutual labels:  role
Ansible Role Nfs
Ansible Role - NFS
Stars: ✭ 141 (+907.14%)
Mutual labels:  role
dlog
Go library to parse the Docker Logs stream
Stars: ✭ 28 (+100%)
Mutual labels:  log-stream
Vue Gates
🔒 A Vue.js & Nuxt.js plugin that allows you to use roles and permissions in your components or DOM elements, also compatible as middleware and methods.
Stars: ✭ 184 (+1214.29%)
Mutual labels:  role
pymolshortcuts
The repository pymolschortucts contains the a collection of shortcuts that are loaded on startup of PyMOL. These shortcuts enable websearches from within PyMOL as well as many other convienent functions that make work in PyMOL more productive..
Stars: ✭ 34 (+142.86%)
Mutual labels:  pml
Ansible Role Redis
Ansible Role - Redis
Stars: ✭ 176 (+1157.14%)
Mutual labels:  role
Aspnetcore.identity.mongo
This is a MongoDB provider for the ASP.NET Core 2 Identity framework
Stars: ✭ 179 (+1178.57%)
Mutual labels:  role
Ansible Role Kubernetes
Ansible Role - Kubernetes
Stars: ✭ 247 (+1664.29%)
Mutual labels:  role
Ansible Role Composer
Ansible Role - Composer PHP Dependency Manager
Stars: ✭ 149 (+964.29%)
Mutual labels:  role
pymolsnips
Pymolsnips is a library of PyMOL scripting language code fragments for several popular text editors.
Stars: ✭ 19 (+35.71%)
Mutual labels:  pml
Ansible Gitlab Runner
Ansible role to install gitlab-runner
Stars: ✭ 143 (+921.43%)
Mutual labels:  role
Ansible Role Ntp
Ansible Role - NTP
Stars: ✭ 203 (+1350%)
Mutual labels:  role
ansible-role-php-pecl
Ansible Role - PHP PECL extension
Stars: ✭ 29 (+107.14%)
Mutual labels:  role
Pyprobml
Python code for "Machine learning: a probabilistic perspective" (2nd edition)
Stars: ✭ 4,197 (+29878.57%)
Mutual labels:  pml
Rbac
Hierarchical Role-Based Access Control for Node.js
Stars: ✭ 254 (+1714.29%)
Mutual labels:  role

Ansible Role: Pimp My Log

DEPRECATED: This role has been deprecated. Please consider using other tools like GoAccess or forking this role and maintaining your own version if you still want to use Pimp my Log.

CI

Installs Pimp my Log.

Requirements

Requires PHP to be installed on the server, and a web server like Apache, Nginx, IIS. You can get Pimp my Log set up pretty quickly with this role in tandem with geerlingguy.apache and geerlingguy.php available on Ansible Galaxy.

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

pimpmylog_install_dir: /var/www/pimpmylog

The location where Pimp my Log will be installed. You should configure a virtual host or server entry pointing to this directory so you can access the interface. Otherwise, you could choose a location that's within an existing docroot, e.g. the default docroot /var/www/html/pimpmylog, and access Pimp my Log at http://localhost/pimpmylog/.

pimpmylog_repo: https://github.com/potsky/PimpMyLog.git

The git repository URL from which Pimp my Log will be cloned.

pimpmylog_version: master

The version of Pimp my Log to install. Can be any valid tag, branch, or HEAD.

pimpmylog_grant_all_privs: false

The setup of Pimp my Log allows for auto-configuration if the installation directory has 777 privileges, but this is an insecure way to install Pimp my Log. If you're installing on a local development environment, this is relatively harmless to set to true to ease installation... but if you're running this on a production or publicly-available server, don't even think about changing this value!

Dependencies

None.

Example Playbook

- hosts: webservers
  roles:
    - { role: geerlingguy.apache }
    - { role: geerlingguy.php }
    - { role: geerlingguy.pimpmylog }

License

MIT / BSD

Author Information

This role was created in 2015 by Jeff Geerling, author of Ansible for DevOps.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].