EX407 Exam Question 11

Is it possible to specify multiple inventory files at once?
  • EX407 Exam Question 12

    What keyword stores a command's output into a variable?
  • EX407 Exam Question 13

    State whether the following statement is true or false.
    Ansible expects templates to use json format.
  • EX407 Exam Question 14

    Create a playbook called webdev.yml . The playbook will create a directory Avcbdev on dev host. The permission of the directory are 2755 and owner is webdev. Create a symbolic link from
    /Webdev to /var/www/html/webdev. Serve a file from Avebdev7index.html which displays the text
    "Development" Curl http://node1.example.com/webdev/index.html to test

    EX407 Exam Question 15

    Which of the following is a configuration file for Ansible Tower?