Skip to content

Commit 94ebf15

Browse files
committed
Issue #196: Add localhost to logs group.
1 parent 6c1df0e commit 94ebf15

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/elk.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
---
22
- hosts: all
33

4+
tasks:
5+
- add_host:
6+
name: localhost
7+
groups: logs
8+
changed_when: false
9+
410
# ELK test.
511
- import_playbook: ../elk/provisioning/elk/playbook.yml

0 commit comments

Comments
 (0)