September 2018
Beginner to intermediate
214 pages
5h 53m
English
This folder contains the default values for the non-defined variables in the role when they are used. It is a way of organizing variable inputs in the role and is one of the highly recommended options when writing a playbook. It allows for a centralized management of the default values of the variable of the role. Default values are always vulnerable because they change a lot depending on the needs and policies of the user. Having this solution allows one file to change all the values. Here is an example of a defaults folder:
```defaults/main.yml:---timout: 2000ID_key: "None"```
Read now
Unlock full access