jeffwidman / ansible-centminmod

Ansible role for installing/configuring centminmod on CentOS 7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

centminmod Ansible wrapper

This is an Ansible helper role that wraps the Centminmod bash script. It syncs the script with github, then manages common configuration settings like memcached cache size, Zend OPcache size, CSF alerts, etc.

If you're using Centminmod, the following roles play well together:

Role Variables

Set your preferred text_editor and email_address somewhere in your playbook.

You'll likely also want to tweak the cache sizes--see what's possible in defaults/main.yml.

Example Playbook

- hosts: servers
  roles:
  - { role: centminmod,
        zend_opcache_size: 250,
        memcached_cache_size: 20,
        lf_permblock_alert: 0,
        tags: ['centminmod'] }

License

MIT

Author Information

Jeff Widman jeff@jeffwidman.com

About

Ansible role for installing/configuring centminmod on CentOS 7

License:MIT License