mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-23 06:03:07 +03:00
update
This commit is contained in:
parent
71ce506fc9
commit
986813057b
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user