Recent questions tagged ansible-interview-questions-answers

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
0 votes
    Which module can be used to copy files from remote machine to control machine? (i)copy (ii)move (iii)ping (iv)fetch...
asked Jan 25, 2023 in Technology by JackTerrance
0 votes
    You write comments in Jinja2 as: (i){{ }} (ii){# #} (iii){% %}...
asked Jan 25, 2023 in Education 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
    What is the output statement of the following snippet? tasks: - name: test shell: echo "hello" register: a ... any errors (ii)syntax error because of conflicting action statements...
asked Jan 25, 2023 in Technology by JackTerrance
0 votes
    Ansible has two type of servers (i)Only node (ii)controlling machines & nodes...
asked Jan 24, 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
    ansible.cfg should be present in (i)/ansible/ (ii)/etc/hosts (iii)/etc/ansible (iv)/etc/configurations...
asked Jan 24, 2023 in Technology by JackTerrance
...