You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
Normally in my playbooks I say “hosts: all”. For a new playbook I want to say “hosts: !A,!B”, but that is not a valid syntax. What is the syntax to exclude two hosts (not in a group)?
Mike
Brian Coca
unread,
Nov 12, 2020, 12:01:53 PM11/12/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
You need something to negate
hosts: all:!A:!B
FYI all hosts are always in at least 2 groups, 'all' being always one
of them, if no other group is assigned 'ungrouped' becomes the 2nd.
--
----------
Brian Coca
Mike Eggleston
unread,
Nov 12, 2020, 12:08:03 PM11/12/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message