Questions
- Collections can contain:
a) Roles
b) Modules
c) Plugins
d) All of the above
- Collections mean that Ansible Module versioning is independent of the version of the Ansible engine.
a) True
b) False
- The Ansible 4.3 package:
a) includes the Ansible automation engine.
b) has a dependency on the Ansible automation engine.
c) bears no relation to the Ansible automation engine.
- It is possible to upgrade directly from Ansible 2.9 to Ansible 4.3.
a) True
b) False
- In Ansible 4.3, module names are guaranteed to be unique between different namespaces.
a) True
b) False
- To ensure that you always access the correct module you intend, you should start using which of the following now in your tasks?
a) Fully Qualified Domain Names
b) Short form module names
c) Fully Qualified Collection Names
d) None of the above
- Which file can be used to list all the required Collections from Ansible Galaxy, ensuring they can easily be installed when needed?
a)
site.yml
b)
ansible.cfg
c)
collections...