in Technology by
If you do not need any facts from the host, what command would you use? 1. gather_facts: no 2. gather_facts: False 3. gather_facts: no AND gather_facts: False 4. gather_facts: y

1 Answer

0 votes
by

If you do not need any facts from the host, what command would you use?

Answer:- 3. gather_facts: no AND gather_facts: False

Related questions

0 votes
    Suppose you need to perform a mobile application testing, what would be the facts you will take into consideration while selecting the test automation tool?...
asked Feb 9, 2021 in Technology by JackTerrance
0 votes
    In the context of Ansible, what is meant by “facts”?...
asked Jan 28, 2023 in Technology by JackTerrance
0 votes
    Which module you can use to install Apache in Ubuntu OS? 1. yum 2. apt...
asked Jan 27, 2023 in Technology by JackTerrance
0 votes
    You can use ansible-vault to store sensitive information. (1)True (2)False...
asked Jan 27, 2023 in Technology by JackTerrance
0 votes
    Which module will you use to create a directory? (i)file (ii)fetch (iii)copy (iv)template...
asked Jan 24, 2023 in Technology by JackTerrance
0 votes
    To store sensitive information you can use ansible-vaulte. (i)True (ii)False...
asked Jan 24, 2023 in Education by JackTerrance
0 votes
    Which command tells ansible to run the playbook on all the hosts except host1? (i)ansible-playbook playbooks/ ... ansible-playbook playbooks/PLAYBOOK_NAME.yml -limit 'all:!host1'...
asked Jan 25, 2023 in Technology by JackTerrance
0 votes
    Which technologies and languages would you need to develop a project from scratch?...
asked Jun 13, 2021 in Education by Editorial Staff
0 votes
    What is use of Ansible?...
asked Jan 29, 2023 in Technology by JackTerrance
0 votes
    How to use Ansible for creating encrypted files?...
asked Jan 28, 2023 in Technology by JackTerrance
0 votes
    Which command would you use to view the history of commits? A. git view history B. git show history C. git log D. git show commits...
asked Dec 17, 2022 in Technology by JackTerrance
0 votes
    Using which module can you see the list of all the ansible variables? (i)ping (ii)fetch (iii)setup (iv)copy...
asked Jan 25, 2023 in Technology by JackTerrance
0 votes
    How can you reduce the number of SSH connections required? (i)forks (ii)pipelining (iii)accelerate_port (iv)become_method...
asked Jan 25, 2023 in Technology by JackTerrance
0 votes
    Which component do you need to use in order to read data line by line from an input flow ... entries into iterative global variables? tIterateToFlow tFileList tFlowToIterate tLoop...
asked Mar 24, 2021 in Technology by JackTerrance
0 votes
    How can you lessen the number of SSH connections required? How can you lessen the number of SSH connections required? 1. become_method 2. forks 3. pipelining 4. accelerate_port...
asked Jan 26, 2023 in Education by JackTerrance
...