aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-09-23 10:38:08 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-09-23 10:38:08 +0200
commit5a33d4aa64581aa49a46700b6b81aa9155656b7b (patch)
treee73c5c08ec38f453594703baa3b96e6087bfbe91
parentdocker: move handlers to handlers/ (diff)
downloadinfra-ansible-5a33d4aa64581aa49a46700b6b81aa9155656b7b.tar.gz
infra-ansible-5a33d4aa64581aa49a46700b6b81aa9155656b7b.zip
add READMEs where missing
-rw-r--r--roles/etckeeper/README.md4
-rw-r--r--roles/pacman/README.md5
2 files changed, 9 insertions, 0 deletions
diff --git a/roles/etckeeper/README.md b/roles/etckeeper/README.md
new file mode 100644
index 0000000..47220c6
--- /dev/null
+++ b/roles/etckeeper/README.md
@@ -0,0 +1,4 @@
+This role installs etckeeper and configures it.
+
+* Install etckeeper and, if required, make the initial commit.
+* Configure .gitignore to excluded commonly-ignored files.
diff --git a/roles/pacman/README.md b/roles/pacman/README.md
new file mode 100644
index 0000000..0ed3aea
--- /dev/null
+++ b/roles/pacman/README.md
@@ -0,0 +1,5 @@
+This role upgrades packages on Arch Linux and installs any additional packages.
+
+* Optionally, run rate-mirrors if it's available.
+* Upgrade all installed packages (pacman -Syu).
+* Optionally, install any additional packages required on this host.