How do i display facts for a particular host using ansible?



  • Facts are what ansible collections for hosts, The facts are information about a hosts system configuration. These facts you can use in adhoc commands and playbooks

    $ ansible all -m setup
    

    or a particular system

    $ ansible clyde -m setup
    

Log in to reply
 

© Lightnetics 2024