Commit 97e429c6 authored by keshavprasadms's avatar keshavprasadms
Browse files

fix: remove service gather, updated config file

Showing with 0 additions and 6 deletions
+0 -6
- hosts: graylog
become: yes
pre_tasks:
- name: Populate service facts
ansible.builtin.service_facts:
- name: stop graylog
systemd:
name: graylog-server
state: stopped
when: "'graylog-server' in ansible_facts.services"
- name: wait for graylog to stop completely
wait_for:
......@@ -26,7 +23,6 @@
systemd:
name: graylog-server
state: started
when: "'graylog-server' in ansible_facts.services"
- name: Wait for graylog to startup
uri:
......@@ -36,4 +32,3 @@
until: _result.status == 200
delay: 15
retries: 15
when: "'graylog-server' in ansible_facts.services"
......@@ -91,7 +91,6 @@ NOTE:<br>
'content_packs_installations',
'event_definitions',
'event_notifications',
'event_notification_status',
'grants',
'grok_patterns',
'index_sets',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment