SSL/TLS – Certificates and keystore commands
Commands for managing certificates, private keys and keystores Useful to create, change password, remove passphrase, etc…
Ansible – Using key value of a dict
When you do some things that needs complex data structure, it could be great to acces to the key and value of the complex data structure. You can do it with the lookup magic word.
Ansible – How to use a variable in a variable name
Some times you have to construct the name of a variable to use it. In previous versions of ansible there was a syntax like this one vars[ ansible_hostname + ‘string’ ] Now, since the Ansible 2.5 you have another syntax very useful