From 1fb9a522f9ab4762bf3231e03de110636dbd319c Mon Sep 17 00:00:00 2001 From: Encephala Date: Wed, 20 Dec 2023 00:36:43 +0100 Subject: [PATCH] Update README --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 011a4bb..bea71ce 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,17 @@ # Ansible -Repo for my ansible config, playbooks and roles. +My ansible playbooks and roles. -Vault is `secrets.yml`, password managed by `vault_pass.py` through the Bitwarden CLI. +Vault password managed by `vault_pass.py` through the [Bitwarden CLI](https://bitwarden.com/help/cli/). -Majorly tested on Debian, `meta/main.yml` indicates otherwise. +Only work on Debian(-based) systems. + +Reminder dependencies are installed via `ansible-galaxy install -r requirements.yaml` ## Roles - `Gotify_notifier`: Sets up a client to be able to easily use Python to send a notification through my Gotify server. -- `Provision`: Set up a Linux server for my usage +- `Provision`: Set up a Linux system for my usage - `Services/`: Set up servers for a specified service. - These aren't great (^: - Perhaps not much point in setting up a service if I don't have the persistent volumes stored