aboutsummaryrefslogtreecommitdiff
path: root/ansible/README.md
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2026-07-01 03:54:20 +0000
committerKumar Damani <me@kumardamani.net>2026-07-01 03:54:20 +0000
commitbc1ad567d2eac46088285ed7d2d688fffc91a82f (patch)
tree9677640e074c1c2d38e26f71350b81519bc4232a /ansible/README.md
parenta125ec65a120ce23e4e692a48eaa169bc40e5506 (diff)
updates to ans. and tf
Diffstat (limited to 'ansible/README.md')
-rwxr-xr-x[-rw-r--r--]ansible/README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/ansible/README.md b/ansible/README.md
index 4c67f24..5b971b3 100644..100755
--- a/ansible/README.md
+++ b/ansible/README.md
@@ -8,13 +8,14 @@ to our reverse proxy (Caddy) configuration.
![architecture image](archi.png)
# TODOs (in-progress)
-1. reverse-proxy init
+1. reverse-proxy (Caddy) init
1. minio user,bucket init
1. static sites using minio bucket
# Done
1. Adding service to reverse-proxy (Caddy) via api
-1. Media Downloader with Transmission, and `*arr` services
+1. Media Downloader for `*arr` services
+1. Torrent server
1. Plex
1. Password Manager
1. Nextcloud
@@ -39,11 +40,11 @@ git checkout group_vars/all/vault.example
```bash
ansible-vault view/edit group_vars/all/vault
```
-1. (FTO) Run the `init.yaml` playbook with a `limit` to install a service
+1. (FTO) Run the `init.yaml` playbook with a `limit` and `tag` to install a service
```bash
ansible-playbook playbooks/init.yaml --limit=[app name] --tags=install
```
-1. Use another playbook to modify a service
+1. Run the playbook with a `limit` and `tag` to modify a service
```bash
ansible-playbook playbooks/... --limit=[app name] --tags=config
```