A "Best of the Best Practices" (BOBP) guide to developing in Python.
- "Build tools for others that you want to be built for you." - Kenneth Reitz
- "Simplicity is alway better than functionality." - Pieter Hintjens
| --- | |
| ssl_certificates: | |
| - certificate_src: secure.example.com.pem | |
| certificate_dest: /etc/ssl/certs/secure.example.com.pem | |
| key_src: secure.example.com.protected.key | |
| key_dest: /etc/ssl/private/secure.example.com.protected.key | |
| key_stripped: /etc/ssl/private/secure_example.com.key | |
| key_password: "{{ssl_passphrase}}" |