Giter VIP home page Giter VIP logo

lacework-agent-ansible-role's Introduction

lacework-agent-ansible-role

Install the Lacework agent on systems using the yum or apt package manager.

Molecule Tests

Role Variables

Variable Required Description
lacework_accessToken Yes The access token to be used by the Lacework agent
lacework_autoUpgrade No A boolean representing whether the agent should automatically upgrade
lacework_checkfreq No The frequency at which the agent should check for updates (in minutes)
lacework_cmdAllow No A comma-separated string, with * wildcards, of executable paths to include from command line argument collection
lacework_cmdDisallow No A comma-separated string, with * wildcards, of executable paths to exclude from command line argument collection
lacework_cpuLimit No The maximum number of CPU units that the Lacework agent should use
lacework_dbSize No The size of the local Lacework agent cache database
lacework_fimFilePath No Lacework includes monitoring a set of default paths. To override the default, supply a comma-separated string of paths
lacework_fimFileIgnore No Lacework excludes monitoring a set of default paths. To override the default, supply a comma-separated string of paths
lacework_interfaceConnectionSize No The size of the network connection buffer, per interface, to create. Only modify this parameter at the direction of Lacework Support
lacework_memLimit No The maximum amount of memory that the Lacework agent should use.
lacework_perfMode No The Lacework agent supports a "lite" mode, which reduces CPU consumption. To enable, set this value to lite
lacework_proxyUrl No The Lacework agent can use a network proxy by adding proxy information in the following format: http(s)://[proxy_server]:[proxy_port]
lacework_release No The release branch to install. Default is latest but options are as follows: latest, established, or archived
lacework_serverUrl No The serverurl property specifies the endpoint to which the LAcework agent should communicate. ex: https://api.fra.lacework.net
lacework_state No If the lacework agent will be installed or removed. Default is present. Options are present or absent
lacework_tags No A set of key/value pairs to use as tag data for the Lacework agent. Note: All boolean tag values should be quoted.

Example Playbook

This role is also hosted on Ansible Galaxy and can be installed using the following command:

ansible-galaxy install alannix_lw.lacework_agent_ansible_role

Once the role is installed, it can be used with a simple playbook like the following:

---
- hosts: lacework_servers
  become: yes
  roles:
    - alannix_lw.lacework_agent_ansible_role
  vars:
    - lacework_accessToken: "your token"
    - lacework_tags:
        foo: bar
        test: "true"

License

MIT

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.