Can i specify it on the hosts: line in the playbook is what i am trying to understand and point it to a value in the group.
hosts: ['groupone']['comname2'] groupone.comname2 gives me warning , could not match supplied host pattern. tried a few things like above, running into a syntax issue it seems or there isn't a way to do it. Online documentation referencing a lot with referencing groups to combine or exclude. Which isn't what i want, as i just want to reference a name/value in a group. On Sunday, April 12, 2020 at 1:04:42 AM UTC-5, Adam McGill wrote: > > > Is it possible to specify in a playbook hosts value to be a group item > from hosts file? > > *example:* > > Hosts file contains: > > [groupone] > comname1 > comname2 > comname3 > > in the playbook would like it to grab the group (groupone) but only apply > the playbook routine to a name/value in that group and not all in that > group. > > groupone | comname2 > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/b8afd5ba-eb04-45c6-947c-837722506870%40googlegroups.com.
