Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bsedin/ansible-elastic-apm


https://github.com/bsedin/ansible-elastic-apm

ansible-role docker elastic-apm elasticsearch

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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 [email protected]:kressh/ansible-elastic-apm.git library/elastic-apm
```

Use role:

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