ansible-elk icon indicating copy to clipboard operation
ansible-elk copied to clipboard

Ansible role for Elasticsearch ELK Stack

Results 7 ansible-elk issues
Sort by recently updated
recently updated
newest added

Openntpd package will not install correctly on ubuntu as it shares the same apparmor profile as the ntp package. The issue is explained in Ubuntu bug 782116 (https://bugs.launchpad.net/ubuntu/+source/openntpd/+bug/782116) Solution is...

Thanks for putting together a cool package. I've had a crack at updating this, by just changing the version numbers to 2.1 but it seems to cause issues like this:...

- name: Install common apt packages apt: pkg={{ item }} state=latest with_items: elk_common_packages sudo: yes Result: failed: [172.32.1.82] => (item=openntpd,python-apt,python-pycurl,python-pip,supervisor,monit,git-core) => {"failed": true, "item": "openntpd,python-apt,python-pycurl,python-pip,supervisor,monit,git-core"} stderr: /etc/openntpd/ntpd.conf: Permission denied invoke-rc.d:...

Can you add some usage sample and a rundown of the variables with a single example?

logstash 1.5 releases don't have logstash-contrib package anymore, which cause the install to fail. ``` vars: elk_logstash: version: 1.5 ``` ``` TASK: [bakhti.elk | Install logstash apt packages] **************************** REMOTE_MODULE...

They are not available yet upstream apparently, I wonder if there's a clean way for ansible to fall back on older distro repos such as `trusty` automatically, without spilling out...