This commit is contained in:
sirkubax 2018-01-01 21:40:25 +01:00
parent 71ce506fc9
commit 986813057b

View File

@ -385,7 +385,7 @@ Junja is powerfull. It has built-in many usefull functions.
# if variable is undefined - use default value # if variable is undefined - use default value
{{ some_variable | default('default_value') }} {{ some_variable | default('default_value') }}
``` ```
[Read More] [Read More](http://docs.ansible.com/ansible/latest/playbooks_filters.html)
### ansible-vault ### ansible-vault
To maintain **ifrastructure as a code** you need to store secrets. To maintain **ifrastructure as a code** you need to store secrets.