From e78977405b27b6981ffbb92819f110f9c90f3912 Mon Sep 17 00:00:00 2001 From: Someone Date: Wed, 15 Jul 2026 22:31:33 +0200 Subject: [PATCH] README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9c9e1ac --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +## **``Somesible``-Core repository** + +Somesible is almost pure ansible with some shell wrapper scripts and is used at diffrent locations in a push based setup from a central server and a "self-heading" pull based local cronjob setup on each managed machine. It should work with AWX too, but it wasnt tested with AWX for quite a while. + +This repo is supposed to be wrapped in an overriding directory or git-repo, which overrides defaults and contains secrets. Look at the **``somesible_example``** repo for an example setup of the "outside" repo. + +This ( **``Somesible-Core``** ) repository self-updates to the git tag ``activeVersion`` before running. + +All files should be overridable form the outside repo. + +This whole thing is tailored to debian-stable+backports+fasttrack, but should work with other apt distros. I dont intend to care for other package managers/package-names/paths atm. + ++ ``debootstrap --include=python3-apt,ansible,git,rsync,vim,zsh,tmux trixie /debootstrap/ http://deb.debian.org/debian`` ++ ``dpkg-reconfigure locales`` ++ ``dpkg-reconfigure tzdata`` ++ set fstab + crypttab as needed. ++ ``./run_somesible.sh -D -e cleanup_level=5 --tags base -l ...`` -- 2.47.3