Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidalger/ansible-role-magento-logrotate
Ansible Role - Installs a logrotate script for Magento in /etc/logrotate.d
https://github.com/davidalger/ansible-role-magento-logrotate
ansible logrotate magento role system
Last synced: about 10 hours ago
JSON representation
Ansible Role - Installs a logrotate script for Magento in /etc/logrotate.d
- Host: GitHub
- URL: https://github.com/davidalger/ansible-role-magento-logrotate
- Owner: davidalger
- License: mit
- Created: 2019-03-31T23:18:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T18:22:08.000Z (over 4 years ago)
- Last Synced: 2024-04-12T04:12:07.616Z (7 months ago)
- Topics: ansible, logrotate, magento, role, system
- Homepage: https://galaxy.ansible.com/davidalger/magento_logrotate
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Role: Magento Logrotate
[![Build Status](https://travis-ci.com/davidalger/ansible-role-magento-logrotate.svg?branch=master)](https://travis-ci.com/davidalger/ansible-role-magento-logrotate)
Installs a logrotate script for Magento in /etc/logrotate.d
## Requirements
None.
## Role Variables
See `defaults/main.yml` for details.
## Dependencies
None.
## Example Playbook
- hosts: web-servers
magento_logrotate_sets:
- path: /var/www/html/current/var/log/*.log
owner: www-data
group: www-data
roles:
- { role: davidalger.magento_logrotate, tags: magento }## License
This work is licensed under the MIT license. See LICENSE file for details.
## Author Information
This role was created in 2017 by [David Alger](http://davidalger.com/).