Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Encephala committed Dec 19, 2023
1 parent 722186d commit 8ec8449
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/<service>`: 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
Expand Down

0 comments on commit 8ec8449

Please sign in to comment.