turkenh / ansible-interactive-tutorial

Interactive Ansible tutorials with dead simple setup via Docker
Other
1.48k stars 208 forks source link

Broken link in lesson 3: "First modules and facts" #35

Closed JMNofziger closed 3 years ago

JMNofziger commented 3 years ago

User is prompted to use the copy module. After successfully doing so the user is returned a success message with a prompt to explore the other modules offered by Ansible:

    Please check the output above. 

    Ansible (more accurately copy module executed on the node) replied back a bunch of useful information in JSON format. We'll see how that can be used later. 

    We'll see other useful modules below. Ansible has a huge module list that covers almost anything you can do on a system. 

    Please see the following page: http://docs.ansible.com/ansible/latest/list_of_all_modules.html 

    If you can't find the right module, writing one is pretty easy (it doesn't even have to be Python, it just needs to speak JSON). 

    Please press the "Enter" key to continue! 

The link for the Ansible module list is currently offered as: http://docs.ansible.com/ansible/latest/list_of_all_modules.html

This link returns an "Oops" 404 page. The link could be updated to following ansible doc page which appears to offer the same information the previous link did: https://docs.ansible.com/ansible/latest/collections/index_module.html

JMNofziger commented 3 years ago

Located link in corresponding .nutsh file: https://github.com/turkenh/ansible-interactive-tutorial/blob/master/tutorials/2-step-02.nutsh#L75

"Please see the following page: `http://docs.ansible.com/ansible/latest/list_of_all_modules.html`"