Skip to content
Snippets Groups Projects
Commit 449d108e authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

chore: added tag for easy maintenance timer updates

parent 7c5048e5
Branches
No related tags found
No related merge requests found
Pipeline #6444 passed
...@@ -226,6 +226,7 @@ ...@@ -226,6 +226,7 @@
state: directory state: directory
owner: "root" owner: "root"
group: "root" group: "root"
tags: [ maintenance_window ]
- name: install SubApp/DisApp maintenance services and timers - name: install SubApp/DisApp maintenance services and timers
ansible.builtin.template: ansible.builtin.template:
src: "usr/local/lib/systemd/system/{{ item }}.j2" src: "usr/local/lib/systemd/system/{{ item }}.j2"
...@@ -240,6 +241,7 @@ ...@@ -240,6 +241,7 @@
- "subapp_maintenance_begin.service" - "subapp_maintenance_begin.service"
- "subapp_maintenance_begin.timer" - "subapp_maintenance_begin.timer"
- "subapp_maintenance_end.timer" - "subapp_maintenance_end.timer"
tags: [ maintenance_window ]
- name: enable SubApp/DisApp maintenance services and timers - name: enable SubApp/DisApp maintenance services and timers
ansible.builtin.systemd: ansible.builtin.systemd:
name: "{{ item.name }}" name: "{{ item.name }}"
...@@ -255,3 +257,4 @@ ...@@ -255,3 +257,4 @@
state: "stopped" state: "stopped"
- name: "subapp_maintenance_begin.timer" - name: "subapp_maintenance_begin.timer"
- name: "subapp_maintenance_end.timer" - name: "subapp_maintenance_end.timer"
tags: [ maintenance_window ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment