Questions and Answers PDF 5/20 Which Ansible modules can be used to change the contents of a file? (Choose three correct answers.)
What is the Puppet equivalent to an Ansible Playbook called?
Which of the following Ansible tasks copies the file example.txt to a manage system?
CORRECT TEXT Which Ansible command is used to manage and store sensitive data in encrypted files? (Specify ONLY the command without any path or parameters.) Answer: ansible -vault
Which of the following commands lists the cookbooks available on a Chef server?
CORRECT TEXT Which git sub command copies a local commit to a remote repository? (Specify ONLY the sub command without any path or parameters.) Answer: clone