Skip to content

Add tags to playbook to allow partial updates #9

@jasoncorlett

Description

@jasoncorlett

Add Ansible tags to allow updating only certain parts of the system:

Some possible tags:

  • system (yum update ...)
  • docker/nimbus (docker, compose, docker-app, nimbusapp)
  • user (desktop environment)
  • browser (chrome/ff bookmarks)
  • script (nimbus-server-update, nimbus-docker-proxy)

The Ansible default is to run all tags.

Sample usage:

# Just the fun stuff
nimbus-server-update --tags "scripts,nimbus"

# Get updated bookmarks
nimbus-server-update --tags browser

# In a hurry, skip system updates
nimbus-server-update --skip-tags system

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions