Recent questions tagged ansible-interview-questions-answers

0 votes
    How are CD and CI related to Ansible?...
asked Jan 28, 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. 2. Syntax error because of conflicting action statements...
asked Jan 27, 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
    Ansible is a/an ____________________. (1)All the options (2)Configuration management (3)Infrastructure as code (4)Orchestration Engine...
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
    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...
asked Jan 27, 2023 in Technology by JackTerrance
0 votes
    Nodes are managed by a controlling machine over ____________. 1. HTTP 2. HTTPs 3. FTP 4. SSH...
asked Jan 27, 2023 in Technology by JackTerrance
0 votes
    Which module can be used to force a handler to run in between two tasks? (1)meta (2)asset (3)flush (4)None of the options...
asked Jan 26, 2023 in Technology by JackTerrance
0 votes
    Design goals of Ansible include __________________________. (1)Secure (2)Low learning curve (3)Consistent (4)All the options (5)Highly reliable...
asked Jan 26, 2023 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
0 votes
    A Playbook starts with three dots …. (1)False (2)True...
asked Jan 26, 2023 in Education by JackTerrance
...