Inventory — Ansible Documentation
docs.ansible.com › ansible › 2Ansible works against multiple systems in your infrastructure at the same time. It does this by selecting portions of systems listed in Ansible’s inventory file, which defaults to being saved in the location /etc/ansible/hosts. You can specify a different inventory file using the -i <path> option on the command line.
ansible-inventory — Ansible Documentation
docs.ansible.com › ansible › 2create inventory graph, if supplying pattern it must be a valid group name--host <HOST>¶ Output specific host info, works as inventory script--list¶ Output all hosts info, works as inventory script--list-hosts¶ outputs a list of matching hosts; does not execute anything else--vars¶ Add vars to graph display, ignored unless used with –graph
Introduction to ansible-test
www.ansible.com › blog › introduction-to-ansible-testFeb 22, 2021 · Both ansible-core and ansible-base come packaged with a cli tool called ansible-test, which can be used by collection developers to test their Collection and its content. The ansible-test knows how to perform a wide variety of testing-related tasks, from linting module documentation and code to running unit and integration tests.
Introduction to ansible-test
https://www.ansible.com/blog/introduction-to-ansible-test22.02.2021 · Both ansible-core and ansible-base come packaged with a cli tool called ansible-test, which can be used by collection developers to test their Collection and its content. The ansible-test knows how to perform a wide variety of testing-related tasks, from linting module documentation and code to running unit and integration tests.