diff options
Diffstat (limited to 'ansible/README.md')
| -rwxr-xr-x[-rw-r--r--] | ansible/README.md | 9 |
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.  # 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 ``` |
