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 --- README.txt | 3 ++- epgtrim.yml | 4 ---- flatbot.yml | 4 ---- misc/epgtrim.yml | 4 ++++ misc/flatbot.yml | 4 ++++ 5 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 epgtrim.yml delete mode 100644 flatbot.yml create mode 100644 misc/epgtrim.yml create mode 100644 misc/flatbot.yml diff --git a/README.txt b/README.txt index fca5867..3797d8c 100644 --- a/README.txt +++ b/README.txt @@ -47,7 +47,8 @@ Deploymend and configuration of miscelanious software. These playbooks depend on packages from packages.ilvokhin.com repository. Because of that they can not be the part of the master.yml playbook. -$ ansible-playbook epgtrim.yml +$ ansible-playbook misc/flatbot.yml +$ ansible-playbook misc/epgtrim.yml ROTATE VAULT PASSWORD diff --git a/epgtrim.yml b/epgtrim.yml deleted file mode 100644 index cd05e46..0000000 --- a/epgtrim.yml +++ /dev/null @@ -1,4 +0,0 @@ -- name: Setup machines to run epgtrim - hosts: web - roles: - - { role: epgtrim } diff --git a/flatbot.yml b/flatbot.yml deleted file mode 100644 index 563261e..0000000 --- a/flatbot.yml +++ /dev/null @@ -1,4 +0,0 @@ -- name: Setup machines to run flatbot - hosts: shell - roles: - - { role: flatbot } 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