Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
You should mention that python needs to be installed on target machines, it is not installed by default on Ubuntu 16.04 droplets
Thanks for this guide!
There’s typo in:
sudo apt-add-repository ppa:ansible/ansible
Should be:
sudo add-apt-repository ppa:ansible/ansible
Also, the add-apt-repository command is not available by default on new droplets.
FYI: On the remote machine, python-simplejson needs to be installed before ansible can connect.
Hey, This has been very good and interesting article. I also came across this attached article: https://www.digitalocean.com/community/tutorials/how-to-use-vault-to-protect-sensitive-ansible-data-on-ubuntu-16-04
I am recently looking for similar kind of solution that can hold my Database, API credentials encrypted (instead of I write them directly in my application code). Will this solution help me?
I have posted my question here in detail: https://www.digitalocean.com/community/questions/how-to-secure-important-credentials-used-in-node-js-application-code-in-separate-side-utility?answer=39512
Is it possible to use ansible-vault module instead of configuring whole Ansible platform? As it seems quite big system that I notice here: https://www.ansible.com/
What are your recommendations on it in reference to my specific need.
Does your_servers_ip refer to the “master host” ip or the remote hosts ip?
The comment Below is from the article above.
[group_name] alias ansible_ssh_host=your_server_ip