From 0a5f8b89f7e7316e79061b156e5a716ec350fc3b Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Fri, 9 Sep 2022 09:47:31 -0400 Subject: doc updates --- playbooks/deploy.yaml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'playbooks/deploy.yaml') diff --git a/playbooks/deploy.yaml b/playbooks/deploy.yaml index 53c315a..08af211 100644 --- a/playbooks/deploy.yaml +++ b/playbooks/deploy.yaml @@ -1,18 +1,20 @@ # Usage: -# ansible-playbook -i hosts playbooks/deploy.yaml --vault-id vaultid --tags [] +# make run file=playbooks/deploy.yaml tags="" # -# Tags: -# ddclient, wireguard, nginx, websites, samba -# nextcloud, bitwarden, searxng, monitoring (these all depend on the nginx tag) +# Dry Run: +# make dry-run file=playbooks/deploy.yaml tags="" +# +# Available tags: +# ddclient, wireguard, nginx, websites, +# samba, nextcloud, bitwarden, searxng, +# monitoring, transmission, media_downloader # # Install: -# git submodule update --remote --merge -# python3 -m venv ~/venv/ansible -# source $HOME/venv/ansible/bin/activate -# pip install --upgrade pip -# pip install 'ansible<2.10' 'jmespath' -# ansible-galaxy install -r requirements.yml -# ansible-galaxy collection install -r requirements.yml +# make install +# +# ASSUMPTIONS: +# You should already have docker installed. +# See the README.md for base image setup section. # --- @@ -76,7 +78,6 @@ samba_user_pass: '{{ vault_samba_password }}' samba_data_root: '{{ vol_media }}' - ## Docker Services ## - hosts: compute -- cgit v1.2.3