1# Build an image using the Dockerfile at current location (specified by '.' at the end) 2# Example: docker build -t [name] . 3docker build -t my_mongodb . To create a Dockerfile, see https://www.digitalocean.com/community/tutorials/docker-explained-using-dockerfiles-to-automate-building-of-images
Read More1sudo apt-get remove python-openssl 2curl -o ./get-pip.py https://bootstrap.pypa.io/get-pip.py 3sudo python2 ./get-pip.py Replace with yum if in RH-based OS. See https://stackoverflow.com/questions/43267157/python-attributeerror-module-object-has-no-attribute-ssl-st-init for details.
Read MoreIt's in syslog. In ubuntu, do the following: 1grep -i ansible /var/log/syslog See details in https://serverfault.com/questions/531004/where-do-i-find-the-latest-ansible-error-log
Read Morehttps://serversforhackers.com/c/how-ansible-vault-works https://gist.github.com/tristanfisher/e5a306144a637dc739e7
Read MoreYou need to add a "marker" in order NOT to overwrite current content. For example usage, see github.com/promet/pstools.git and head over to promet-ansible branch & ansible-promet-apacheconfig/tasks/main.yml Syntax guide https://docs.ansible.com/ansible/latest/modules/blockinfile_module.html Some tutorial …
Read More1ansible all -m setup -a "filter=ansible_distribution*" more in https://raymii.org/s/tutorials/Ansible_-_Only_if_on_specific_distribution_or_distribution_version.html
Read MoreHave client create account in mailgun (with upgraded account by inputting credit card) Test email using test php sender Check in mailgun "Logs" More info in https://www.digitalocean.com/community/tutorials/how-to-set-up-a-mail-relay-with-postfix-and-mailgun-on-ubuntu-16-04
Read More