EX407 Exam Question 46

What values will serial accept? (Choose all that apply.)
  • EX407 Exam Question 47

    Templates have access to variables scoped at which of the following levels? (Choose all that apply.)
  • EX407 Exam Question 48

    How are facts collected? (Choose all that apply.)
  • EX407 Exam Question 49

    What does the -f flag in the ansible command allow you to specify?
  • EX407 Exam Question 50

    Create a file called mysecret.yml on the control host using ansible vault in home/bob/ansible. Set the password to 'notasafepass' and inside the file create a variable called dev_pass with the value of devops. Save the file.
    Then go back in the file and change dev_pass value to devops123. Then change the vault password of mysecret.yml to verysafepass