Skip to content

Instantly share code, notes, and snippets.

@halberom
Created January 22, 2014 11:48
Show Gist options
  • Save halberom/8557409 to your computer and use it in GitHub Desktop.
Save halberom/8557409 to your computer and use it in GitHub Desktop.
do something when host in group
# inventory file
[foo_group]
foo0[1-5].example.com
- name: do something
when : inventory_hostname in groups['foo_group']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment