Skip to content

Instantly share code, notes, and snippets.

@tgerla
Forked from anonymous/gist:09fade3d81cd5c8c198f
Last active August 29, 2015 14:05
Show Gist options
  • Save tgerla/20d8b37fd14ebb324256 to your computer and use it in GitHub Desktop.
Save tgerla/20d8b37fd14ebb324256 to your computer and use it in GitHub Desktop.
- hosts: web
serial: 1
tasks:
- include: includes/{{ inventory_class }}_web_update.yml
- hosts: core
serial: 1
tasks:
- include: includes/{{ inventory_class }}_core_update.yml
- hosts: database
serial: 1
tasks:
- 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