Recent questions tagged Ansible-interview-questions-answers

0 votes
    A Playbook starts with three dots …. (1)False (2)True...
asked Jan 26, 2023 in Education by JackTerrance
0 votes
    What is the default forks value in the configuration file? 1. 1 2. 7 3. Depends upon the hosts in the inventory 4. 5...
asked Jan 26, 2023 in Education by JackTerrance
0 votes
    Which of the following is a valid YAML syntax? (i)path: F:\test (ii)All the options mentioned (iii)path: F: (iv)path: "F\test"\programs...
asked Jan 25, 2023 in Technology by JackTerrance
0 votes
    Ansible can work as a push automated deployment system and as well as a pull automated deployment system? (i)True (ii)False...
asked Jan 25, 2023 in Technology by JackTerrance
0 votes
    How to define the number of parallel processes while communicating to remote hosts? (i)become (ii)forks (iii)pipelining (iv)become_method...
asked Jan 25, 2023 in General by JackTerrance
0 votes
    Which Ansible module is used to manage docker services and containers. (i)docker_login (ii)docker_container (iii)docker (iv)docker_service...
asked Jan 25, 2023 in Technology by JackTerrance
0 votes
    Ansible is (i)All the options mentioned (ii)Orchestration Engine (iii)configuration management (iv)Infrastructure as Code...
asked Jan 25, 2023 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
    YAML uses tabs for indentation, True or false? (i)True (ii)False...
asked Jan 25, 2023 in Technology 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
    what is the default forks value in configuration file? (i)depends upon hosts in inventory (ii)7 (iii)1 (iv)5...
asked Jan 25, 2023 in Technology by JackTerrance
...