Learn Ansible
上QQ阅读APP看书,第一时间看更新

Questions

  1. Which Ansible module would you use to download and unarchive a zip file?
  2. True or false: The variables found in the roles/rolename/default/ folder override all other references of the same variable.
  3. Explain how you would add a second user to our playbook
  4. True or false: You can only call a single handler from a task.
  5. Update the final playbook to add a second virtual host, which serves a different default HTML page.