From the course: Learning Ansible

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Working with code in Ansible

Working with code in Ansible - Ansible Tutorial

From the course: Learning Ansible

Start my 1-month free trial

Working with code in Ansible

- [Instructor] Well, now that we've taken a deeper look at the inventory file and the hosts inside it and our ability to use variables, let's talk about how we can get things done. And this is, of course, using code. But it's code that's been constructed for us in the form of modules. So let's take a deeper look at modules in this lesson. So you will definitely want to visit the Ansible documentation as you begin to work with modules. And you can go ahead and search the documentation for the module index. This is listing all of the modules that come pre cooked inside of Ansible. So these are the modules that are shipping with the version of Ansible, that of course we have selected in the documentation. There are plenty of additional modules available for you out there. Remember the galaxy sites is going to have many, many brand new modules that were just created to help you do various things with all kinds of various…

Contents