From f7178aedfd35c95c43c6a811775cb51e40ffd925 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 9 Sep 2025 11:12:22 +0200 Subject: repurpose the repo It's no longer a stupid, archived Ansible project; I'm gonna use it to run GitHub Actions to do maintenance on my stuff. --- README.md | 41 ++++------------------------------------- 1 file changed, 4 insertions(+), 37 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1378d17..5258747 100644 --- a/README.md +++ b/README.md @@ -1,38 +1,5 @@ -**This repo has been retired. -In was a badly-structured Ansible project anyway, albeit useful. -I automated my infrastructure using Terraform (see [infra-terraform]) & moved -most of Ansible to a proper collection (see [infra-ansible]).** +This repo has been retired and then un-retired. +The old retired version (with the badly-structured Ansible project) is in +branch `old`. -[infra-terraform]: https://github.com/egor-tensin/infra-terraform -[infra-ansible]: https://github.com/egor-tensin/infra-ansible - -Maintenance -=========== - -Scripts to maintain my machines via GitHub Actions runs. -Nothing to see here really. - -Usage ------ - -This is an Ansible playbook; it's very non-generic and heavily customized to -how my machines are set up. -The primary usage scenario is going to this repository's Actions and running -the workflow. - -You can also run it manually; first, install the Ansible Galaxy dependencies: - - make deps - -Make sure you can SSH to the hosts as the `maintenance` user; then, you can run -the playbook: - - make run - -Reboot everything: - - make reboot - -Reboot my cloud servers only: - - make reboot/cloud +Now, it's a repo to run GitHub Actions to do maintenance on my stuff. -- cgit v1.2.3