Chris Short
2015-07-30 14:19:54 UTC
I'm trying to get a configuration deployed to a large group of hosts except
for a few specific ones. I am trying very hard to not use an inventory
group to manage this. I've tried a few different methods and cannot seem to
get it to work. Here are examples of what I've tried:
when: '"abc":"def":"ghi" not in inventory_hostname'
when: '"[abc, def, ghi]" not in inventory_hostname'
when: '"{{ item }}" not in inventory_hostname'
with_items:
- abc
- def
- ghi
Thoughts?
for a few specific ones. I am trying very hard to not use an inventory
group to manage this. I've tried a few different methods and cannot seem to
get it to work. Here are examples of what I've tried:
when: '"abc":"def":"ghi" not in inventory_hostname'
when: '"[abc, def, ghi]" not in inventory_hostname'
when: '"{{ item }}" not in inventory_hostname'
with_items:
- abc
- def
- ghi
Thoughts?
--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+***@googlegroups.com.
To post to this group, send email to ansible-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/9082fa7b-2d70-4f65-a377-bd8f3063742b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+***@googlegroups.com.
To post to this group, send email to ansible-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/9082fa7b-2d70-4f65-a377-bd8f3063742b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.