Skip to content

Instantly share code, notes, and snippets.

Created August 22, 2014 16:34
Show Gist options
  • Save anonymous/09fade3d81cd5c8c198f to your computer and use it in GitHub Desktop.
Save anonymous/09fade3d81cd5c8c198f to your computer and use it in GitHub Desktop.
- hosts: web
serial: 1
include: includes/{{ inventory_class }}_web_update.yml
- hosts: core
serial: 1
include: includes/{{ inventory_class }}_core_update.yml
- hosts: database
serial: 1
include: includes/{{ inventory_class }}_db_update.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment