From bc1ad567d2eac46088285ed7d2d688fffc91a82f Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Tue, 30 Jun 2026 23:54:20 -0400 Subject: updates to ans. and tf --- ansible/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) mode change 100644 => 100755 ansible/README.md (limited to 'ansible/README.md') diff --git a/ansible/README.md b/ansible/README.md old mode 100644 new mode 100755 index 4c67f24..5b971b3 --- 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 ``` -- cgit v1.2.3