Ivaylo Bachvarov
Ivaylo Bachvarov
When inserting a cyrillic name it makes the name question marks :(
http://allandenot.com/devops/2015/01/16/ansible-with-multiple-inventory-files.html So this is the new way of doing it. :panda_face:
# What to test? Like every testing strategy, we need to know what to test. - Make sure the role syntax is correct. - Does the role run through all...
We can use ansible vault to encrypt all passwords and hosts. http://docs.ansible.com/ansible/playbooks_vault.html#what-can-be-encrypted-with-vault
## Context Add a `render.yml` in order to support easy deploying on https://render.com/. The configuration contains 3 worker types. 1. Web worker 2. Celery background worker 3. Celery beats to...