Skip to content

Reference: Cloudbox Ansible Tags

jdsarge edited this page Dec 9, 2019 · 10 revisions

Reference of the Ansible tags you can run on CB.

For an updated list of what they are, run the following:

sudo ansible-playbook cloudbox.yml --list-tags 2>&1 | grep "TASK TAGS" | cut -d":" -f2 | awk '{sub(/\[/, "")sub(/\]/, "")}1' | sed -e 's/,//g' | xargs -n 1 | sort -u

Command

sudo ansible-playbook cloudbox.yml --tags <TAG>

Major Tags

Ansible Tags Function
cloudbox Install/Update Full Cloudbox
feederbox Install/Update Feederbox
mediabox Install/Update Mediabox
backup Backup Cloudbox
restore Restore Cloudbox Backup
kernel Update the Kernel

Default Tasks

Ansible Tags Function
ctop Reinstall/Update Ctop
hostess Reinstall/Update Hostess
jackett Reinstall/Update Jackett
motd Reinstall/Update Cloudbox Motd
nginx-proxy Reinstall/Update Nginx-Proxy
ngrok Reinstall/Update Ngrok
nzbget Reinstall/Update NZBGet
nzbhydra Reinstall/Update NZBHydra
nzbhydra2 Reinstall/Update NZBHydra2
ombi Renstall/Update Ombi
organizr Reinstall/Update Organizr
plex Reinstall/Update Plex
plex_autoscan Reinstall/Update Plex Autoscan
plexpy Reinstall/Update PlexPy (Tautulli)
portainer Reinstall/Update Portainer
radarr Reinstall/Update Radarr
rclone Reinstall/Update Rclone
rutorrent Reinstall/Update ruTorrent
scripts Reinstall/Update Scripts folder
settings Update config files (*.yml) with new/updated variables.
sonarr Reinstall/Update Sonarr
cloudplow Reinstall/Update Cloudplow

Addon Apps

Ansible Tags Function
emby Install/Update Emby
heimdall Install/Update Heimdall
lidarr Install/Update Lidarr
netdata Install/Update Netdata
nextcloud Install/Update Nextcloud
nzbhydra2 Install/Update NZBHydra2
ombi Install/Update Ombi
plex_dupefinder Install/Update Plex Dupefinder
plex_patrol Install/Update Plex Patrol
plexrequests Reinstall/Update Plex Requests - Meteor
quassel Install/Update Quassel
resilio Install/Update Resilio Sync
thelounge Install/Update The Lounge
traktarr Install/Update Traktarr
watchtower Install/Update Watchtower
znc Install/Update ZNC
shell Swap Shells: bash <--> zsh

Basics

  1. Introduction
  2. Cloudbox Install Types
  3. Cloudbox Paths
  4. Accessing Cloudbox Apps

Prerequisites

  1. Overview
  2. Presumptions
  3. Server
  4. Domain Name
  5. Cloudflare
  6. Cloud Storage
  7. Plex / Emby - Account
  8. Usenet vs. BitTorrent

Install Cloudbox

Cloudbox
  1. Overview
  2. Dependencies (Choose only one of these)
  3. Settings
  4. Preinstall (Choose only one of these)
  5. SSH
  6. Ansible Vault
  7. Rclone
  8. Cloudbox (Choose only one of these)
  9. Application Setup
    1. NZBGet
    2. ruTorrent
    3. NZBHydra2
    4. Jackett
    5. Plex Media Server
    6. Plex Autoscan
    7. Sonarr
    8. Radarr
    9. Lidarr
    10. PlexPy (Tautulli)
    11. Ombi
    12. Portainer
    13. Organizr
  10. Next Steps

Install Feederbox / Mediabox

Feederbox (do this first)
  1. Overview
  2. Dependencies
  3. Settings
  4. Preinstall
  5. SSH
  6. Ansible Vault
  7. Rclone
  8. Feederbox (Choose only one of these)
  9. Application Setup
    1. NZBGet
    2. ruTorrent
    3. NZBHydra2
    4. Jackett
    5. Sonarr
    6. Radarr
    7. Lidarr
    8. Portainer
    9. Organizr
  10. Next Steps

Mediabox
  1. Overview
  2. Dependencies
  3. Settings
  4. Preinstall
  5. SSH
  6. Ansible Vault
  7. Rclone
  8. Mediabox (Choose only one of these)
  9. Application Setup
    1. Feeder Mount
    2. Plex Media Server
    3. Plex Autoscan
    4. PlexPy (Tautulli)
    5. Ombi
  10. Next Steps

Recommended Reading

Backup and Restore

More Information

Advanced Configuration

Experimental

Extras

Misc

Community-Submitted

See Community Wiki.

Reference

Troubleshooting

Links

Clone this wiki locally