diff options
| author | Dmitry Ilvokhin <d@ilvokhin.com> | 2026-01-03 17:28:12 +0000 |
|---|---|---|
| committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2026-01-03 17:28:12 +0000 |
| commit | f6cfdab65de05bca4cf1841ddad4af10adb0da29 (patch) | |
| tree | 7c28c3d0648c70ebe890181521983b3d4a220f96 /misc | |
| parent | 92819a0d5ffc91caa149862dc4db567e697ebb40 (diff) | |
| download | infra-f6cfdab65de05bca4cf1841ddad4af10adb0da29.tar.gz infra-f6cfdab65de05bca4cf1841ddad4af10adb0da29.tar.bz2 infra-f6cfdab65de05bca4cf1841ddad4af10adb0da29.zip | |
Move {flatbot,epgtrim}.yml to misc subfolder
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 } |