Skip to content

Commit

Permalink
refactor: use FQN and remove temp role
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Aug 8, 2024
1 parent 3f8716f commit 38fb6f6
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 207 deletions.
2 changes: 1 addition & 1 deletion ansible/roles/core_filebeat/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
name: geerlingguy.filebeat

- name: Make sure filebeat is restarted
service:
ansible.builtin.service:
name: filebeat
state: restarted
enabled: true
2 changes: 1 addition & 1 deletion ansible/roles/dashmate/tasks/logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
name: geerlingguy.filebeat

- name: Make sure filebeat is restarted
service:
ansible.builtin.service:
name: filebeat
state: restarted
enabled: true
124 changes: 0 additions & 124 deletions ansible/roles/dashmate_elastic_beats/tasks/main.yml

This file was deleted.

13 changes: 0 additions & 13 deletions ansible/roles/dashmate_elastic_beats/vars/common.yml

This file was deleted.

17 changes: 0 additions & 17 deletions ansible/roles/dashmate_elastic_beats/vars/core.yml

This file was deleted.

27 changes: 0 additions & 27 deletions ansible/roles/dashmate_elastic_beats/vars/drive.yml

This file was deleted.

24 changes: 0 additions & 24 deletions ansible/roles/dashmate_elastic_beats/vars/tenderdash.yml

This file was deleted.

0 comments on commit 38fb6f6

Please sign in to comment.