-
I can't find any information about how to pass a limit for example to a given host or group when executing playbooks using ansible-navigator run.
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
@DE110283 Thanks for the question... ansible-navigator should pass through any unrecognized parameters for itself to the underlying call to ansible-playbook. So it should just "work" :) It's buried pretty deep in the help, but if you `ansible-navigator run --help``` you'll see this.
Try it out and let me know, I'm shutting down for the day but can look next week. thanks again for logging the question and trying it out! |
Beta Was this translation helpful? Give feedback.
-
yeah, this seems to works fine with a quick test.... here's my inventory
and if I run with a limit for just one host:
and we can see in the logs:
and with EE support enabled:
keep us posted please |
Beta Was this translation helpful? Give feedback.
-
@cidrblock Thanks for the clarification. It is working, thanks! I didn't noticed that note in the --help output... |
Beta Was this translation helpful? Give feedback.
yeah, this seems to works fine with a quick test.... here's my inventory
and if I run with a limit for just one host: