Skip to content

Instantly share code, notes, and snippets.

@bcoca
Created September 17, 2019 20:04
Show Gist options
  • Save bcoca/992f02502648493de50b908da752316f to your computer and use it in GitHub Desktop.
Save bcoca/992f02502648493de50b908da752316f to your computer and use it in GitHub Desktop.
- hosts: appservers
serial: 1
tasks:
- do stuff here serialy
- hosts: appservers
tasks:
- stuff here is parallel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment