aker-gateway / aker-freeipa-playbook

GNU General Public License v3.0
13 stars 3 forks source link

elasticsearch-redhat.yml not found #5

Open UglyAnimal opened 5 years ago

UglyAnimal commented 5 years ago

When I run: ansible-playbook aker-freeipa.yml I get a message:

TASK [elasticsearch : Include specific Elasticsearch] *************************************************************************************************************************************************************************************************************************
fatal: [elasticsearch.local]: FAILED! => {"reason": "Unable to retrieve file contents\nCould not find or access '/home/vagrant/aker-freeipa-playbook/elasticsearch-redhat.yml' on the Ansible Controller.\nIf you are using a module and expect the file to exist on the remote, see the remote_src option"}

I checked /home/vagrant/aker-freeipa-playbook/roles/logstash/tasks/main.yml there is content:

---

- name: Include specific logstash
  include: logstash-ubuntu.yml
  when: ansible_distribution == "Ubuntu"

- name: Include specific logstash
  include: logstash-redhat.yml
  when: ansible_os_family == 'RedHat'

I tried to find that file with command: find . -name "elasticsearch-redhat.yml" But it did't find anything.

anazmy commented 5 years ago

Apologies for the delay here, but I got no notification for this issue for some reason. I need to review my mail settings to make sure this doesn't happen again.

I did push the missing files to the repo, can you please check now.