RIP Soleil Levant

This commit is contained in:
2023-09-14 14:42:16 +05:30
parent f77518cf79
commit c5282c4705
14 changed files with 198 additions and 321 deletions

View File

@@ -1,33 +1,13 @@
---
- name: Hourly Restarts (ALL NODES)
hosts: docker,privfrontends
hosts: privfrontends
vars:
services:
- invidious-invidious-1
tasks:
- name: Do thing
ansible.builtin.command: docker restart {{ item }}
register: out
changed_when: out.rc != 0
with_items: "{{ services }}"
- name: Hourly Restarts (SOLEIL+REST)
hosts: docker,us,in
vars:
services:
- breezewiki
- anonymousoverflow-anonymousoverflow-1
- simplytranslate-simplytranslate-1
- scribe
tasks:
- name: Do thing
ansible.builtin.command: docker restart {{ item }}
register: out
changed_when: out.rc != 0
with_items: "{{ services }}"
- name: Hourly Restarts (PIZZA+REST)
hosts: privfrontends
vars:
services:
- libreddit-libreddit-1
- teddit
tasks: