ELK not installed?
Opened this issue · 1 comments
ryanlraines commented
Hello,
I downloaded the zipped repo and ran vagrant up
. The VM is up and running just fine, but I don't see that any part of ELK has been installed.
Am I missing something?
Playbook output:
ansible-playbook 2.5.4`
config file = /vagrant/provisioning/ansible.cfg`
configured module search path = [u'/home/vagrant/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location = /usr/lib/python2.7/dist-packages/ansible`
executable location = /usr/bin/ansible-playbook
python version = 2.7.6 (default, Nov 23 2017, 15:49:48) [GCC 4.8.4]
Using /vagrant/provisioning/ansible.cfg as config file
[DEPRECATION WARNING]: Instead of sudo/sudo_user, use become/become_user and make sure become_method is 'sudo'
(default). This feature will be removed in version 2.6. Deprecation warnings can be disabled by setting
deprecation_warnings=False in ansible.cfg.
PLAYBOOK: playbook.yml **********************************************************************************************
3 plays in playbook.yml
PLAY [master] *******************************************************************************************************
TASK [Gathering Facts] **********************************************************************************************
task path: /vagrant/provisioning/playbook.yml:7
ok: [127.0.0.1]
META: ran handlers
META: ran handlers
META: ran handlers
PLAY [master] *******************************************************************************************************
TASK [Gathering Facts] **********************************************************************************************
task path: /vagrant/provisioning/playbook.yml:17
ok: [127.0.0.1]
META: ran handlers
META: ran handlers
META: ran handlers
PLAY [master] *******************************************************************************************************
TASK [Gathering Facts] **********************************************************************************************
task path: /vagrant/provisioning/playbook.yml:27
ok: [127.0.0.1]
META: ran handlers
META: ran handlers
META: ran handlers
PLAY RECAP **********************************************************************************************************
127.0.0.1 : ok=3 changed=0 unreachable=0 failed=0
Thanks for your time.
erikperez commented
Hi there,
I think this repository is not being maintained (last commit is 3 years ago) and packages come and go and packages change.
Take a look at this ansible+vagrant+elk example here: https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/elk
Cheers