GithubHelp home page GithubHelp logo

ansible-clamav's Introduction

ansible-clamav

Installs clamav (daemon and client).

Role Variables


  • CLAMAV_SOCKET_TYPE: The clamd daemon listens for incoming connections on Unix and/or TCP socket and scans files or directories on demand. This role allows the clamd daemon to be configured with UNIX socket ("file") or TCP socket ("tcp"). The default value is "file".

  • CLAMAV_MAX_FILE_SIZE: Clamscan extracts and scans at most this number of kilobytes from each archive. You may pass the value in megabytes in format xM or xm, where x is a number. This option protects your system against DoS attacks (default: "2000M", max: <4GB)

  • CLAMAV_MAX_SCAN_SIZE: Clamscan extracts and scans at most this number of kilobytes from each scanned file. You may pass the value in megabytes in format xM or xm, where x is a number. This option protects your system against DoS attacks (default: "2000M", max: <4G)

  • CLAMAV_MAX_STREAM_LENGTH: Clamd uses FTP-like protocol to receive data from remote clients. This option allows you to specify the upper limit for data size that will be transfered to remote daemon when scanning a single file. (default: "2000M")

  • CLAMAV_TCP_PORT: TCP port number the clamd daemon will listen on. (default: "3310")

  • CLAMAV_TCP_ADDR: TCP socket address to bind to. (default: "127.0.0.1")

Author Information

Artefactual Systems

ansible-clamav's People

Contributors

hakamine avatar joelbcastillo avatar mamedin avatar scollazo avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.