admpresales / nimbusserver-ansible

Ansible project to build nimbusserver
3 stars 2 forks source link

Add tags to playbook to allow partial updates #9

Open jasoncorlett opened 5 years ago

jasoncorlett commented 5 years ago

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

Some possible tags:

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
jhrabi commented 5 years ago

Good call. I like it.