State whether the following statement is true or false.Will this command use servers in a local inventory called invent.local? ansible all -m ping -i invent.local
State whether the following statement is true or false.Is this the correct format for an ansible ad-hoc command?ansible servers -m ping
State whether the following statement is true or false.A template has a maximum of 10 variables.
State whether the following statement is true or false.The command ansible-galaxy init won’t create the file structure you need for roles.
State whether the following statement is true or false.The correct structure for use with roles has the various portions of the role under a central folder. E.g. if the role is called apache then the location of the tasks would be the following: apache - tasks - main.yml
Which of these are valid as the first thing in a playbook? (Choose all that apply.)