sysdig

yamlSysdig

Build Status Ansible Galaxy

Install and configure sysdig

This role is a part of my OPS project, follow this link to see it in action. OPS provides a lot of stuff, like a vagrant file for development VMs, playbooks for roles orchestration, inventory files, examples for roles configuration, ansible configuration file, and many more.

Compatibility

Tested and approved on :

  • Debian jessie (8+)
  • Ubuntu Trusty (14.04 LTS)
  • Ubuntu Xenial (16.04 LTS)

Role Variables

# Sysdig install configuration
sysdig_apt_key_url: "https://s3.amazonaws.com/download.draios.com/DRAIOS-GPG-KEY.public"
sysdig_apt_repo: "deb http://download.draios.com/stable/deb stable-$(ARCH)/"
sysdig_packages:
  - "linux-headers-{{ ansible_kernel }}"
  - sysdig

Example Playbook

- hosts: servers
  roles:
     - { role: jebovic.sysdig }

Example : config

# install sysdig without kernel dependency
sysdig_packages:
  - sysdig

License

MIT

Author Information

Jérémy Baumgarth https://github.com/jebovic

Install
ansible-galaxy install jebovic/ansible-sysdig
GitHub repository
License
mit
Downloads
186