From f6cfdab65de05bca4cf1841ddad4af10adb0da29 Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Sat, 3 Jan 2026 17:28:12 +0000 Subject: Move {flatbot,epgtrim}.yml to misc subfolder --- misc/epgtrim.yml | 4 ++++ misc/flatbot.yml | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 misc/epgtrim.yml create mode 100644 misc/flatbot.yml (limited to 'misc') diff --git a/misc/epgtrim.yml b/misc/epgtrim.yml new file mode 100644 index 0000000..cd05e46 --- /dev/null +++ b/misc/epgtrim.yml @@ -0,0 +1,4 @@ +- name: Setup machines to run epgtrim + hosts: web + roles: + - { role: epgtrim } diff --git a/misc/flatbot.yml b/misc/flatbot.yml new file mode 100644 index 0000000..563261e --- /dev/null +++ b/misc/flatbot.yml @@ -0,0 +1,4 @@ +- name: Setup machines to run flatbot + hosts: shell + roles: + - { role: flatbot } -- cgit v1.2.3-70-g09d2