diff options
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/epgtrim.yml | 4 | ||||
| -rw-r--r-- | misc/flatbot.yml | 4 |
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 } |