Add start timer

This commit is contained in:
Dryusdan 2023-02-23 09:25:40 +01:00
parent 9794201284
commit ed23b8de77
7 changed files with 54 additions and 0 deletions

View File

@ -73,3 +73,10 @@
daemon_reload: true
name: vuls-go-cti
ignore_errors: True
- name: Start go-cti service
ansible.builtin.systemd:
state: restarted
daemon_reload: true
name: vuls-go-cti.timer
ignore_errors: True

View File

@ -73,3 +73,10 @@
daemon_reload: true
name: vuls-go-cve-dictionary
ignore_errors: True
- name: Start go-cve-dictionary service
ansible.builtin.systemd:
state: restarted
daemon_reload: true
name: vuls-go-cve-dictionary.timer
ignore_errors: True

View File

@ -88,3 +88,15 @@
- "githubrepos"
- "inthewild"
ignore_errors: True
- name: Start go-exploitdb service
ansible.builtin.systemd:
state: restarted
daemon_reload: true
name: "vuls-go-exploitdb-{{ item }}.timer"
loop:
- "awesomepoc"
- "exploitdb"
- "githubrepos"
- "inthewild"
ignore_errors: True

View File

@ -73,3 +73,10 @@
daemon_reload: true
name: vuls-go-kev
ignore_errors: True
- name: Start go-kev service
ansible.builtin.systemd:
state: restarted
daemon_reload: true
name: vuls-go-kev.timer
ignore_errors: True

View File

@ -73,3 +73,10 @@
daemon_reload: true
name: vuls-go-msfdb
ignore_errors: True
- name: Start go-msfdb service
ansible.builtin.systemd:
state: restarted
daemon_reload: true
name: vuls-go-msfdb.timer
ignore_errors: True

View File

@ -73,3 +73,10 @@
daemon_reload: true
name: vuls-gost
ignore_errors: True
- name: Start gost service
ansible.builtin.systemd:
state: restarted
daemon_reload: true
name: vuls-gost.timer
ignore_errors: True

View File

@ -73,3 +73,10 @@
daemon_reload: true
name: vuls-goval-dictionary
ignore_errors: True
- name: Start goval-dictionary service
ansible.builtin.systemd:
state: restarted
daemon_reload: true
name: vuls-goval-dictionary.timer
ignore_errors: True