Top "Ansible-facts" questions

Use this tag for questions regarding Ansible facts - values discovered by the setup module of Ansible or pulled from ohai/facter.

Use Ansible facts in an Ansible ad-hoc command

Is it possible to use what would normally be included in ansible_facts in an Ansible adhoc command? For example, …

ansible ansible-facts ansible-ad-hoc
How to switch Ansible playbook to another host when calling second playbook

I have two playbooks - my first playbook iterates on the list of ESXi servers getting list of all VMs, …

ansible ansible-facts