diff options
| author | Kumar Damani <me@kumardamani.net> | 2022-09-09 13:47:31 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2022-09-09 13:54:26 +0000 |
| commit | 0a5f8b89f7e7316e79061b156e5a716ec350fc3b (patch) | |
| tree | f5da03cd3f80c98eebc6528a11612c2866003f6c /playbooks/deploy.yaml | |
| parent | bbe10895d9df8dd7899bbd65575d5bf12e57f8c8 (diff) | |
doc updates
Diffstat (limited to 'playbooks/deploy.yaml')
| -rw-r--r-- | playbooks/deploy.yaml | 25 |
1 files changed, 13 insertions, 12 deletions
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 |
