Ansible for the Absolute Beginner - Hands-On - DevOps

share ›
‹ links

Below are the top discussions from Reddit that mention this online Udemy course.

This course introduces Ansible to the absolute beginner in DevOps

Reddemy may receive an affiliate commission if you enroll in a paid course after using these buttons to visit Udemy. Thank you for using these buttons to support Reddemy.

Taught by
Mumshad Mannambeth

1

Reddit Posts and Comments

0 posts • 2 mentions • top 2 shown below

r/selfhosted • comment
3 points • Onorhc

Just got back from a conference that had some good items for this.

​

https://learnxinyminutes.com/ - Great little community page that has quick easy to grasp examples and tutorials.

https://docs.python-guide.org/ - Hitchhikers guide to Python

​

I haven't taken this Udemy course, but I haven taken others and they were good quality and pacing: https://www.udemy.com/course/learn-ansible/

​

For stuff like Docker, Kubernetics, Ansible, TerraForm... I think /u/coltstrgj is spot on that you just need to DO IT. Make a WordPress site run off 6 systems for no reason (2x Nginx proxy nodes, 2x PHP application nodes, 2x MySQL nodes, etc). Scale it up, scale it down, then start breaking things and watch it struggle to keep up.

r/linux4noobs • comment
2 points • Rorasaurus_Prime

Terraform, Ansible and containers/kubernetes form the basis of DevOps. You'll need to learn those in detail before you go anywhere near DevOps or you won't make it past the first 15 mins of an interview.

​

Ansible: https://www.udemy.com/course/learn-ansible/

Terraform: https://www.udemy.com/learn-devops-infrastructure-automation-with-terraform/

Docker/Kubernetes: https://www.udemy.com/docker-and-kubernetes-the-complete-guide/

​

These are the courses I recommend to people normally.