Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 419 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 419 Bytes

Elasticsearch role for ansible

Create ./library directory in your ansible project:

mkdir ./library

And configure ansible.cfg:

[defaults]
roles_path = ./library

Add submodule:

git submodule add git@github.com:kressh/ansible-elastic-apm.git library/elastic-apm

Use role:

---
- hosts: infra01.yourserver.io
  remote_user: ansible
  become: true
  roles:
    - elastic-apm