summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/epgtrim.yml4
-rw-r--r--misc/flatbot.yml4
2 files changed, 8 insertions, 0 deletions
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 }