diff --git a/docs/docsite/rst/user_guide/intro_getting_started.rst b/docs/docsite/rst/user_guide/intro_getting_started.rst index 6379f5c5b9e9b0..58ab7fe6c355c0 100644 --- a/docs/docsite/rst/user_guide/intro_getting_started.rst +++ b/docs/docsite/rst/user_guide/intro_getting_started.rst @@ -109,6 +109,14 @@ You can read more about privilege escalation in :ref:`become`. Congratulations! You have contacted your nodes using Ansible. You used a basic inventory file and an ad-hoc command to direct Ansible to connect to specific remote nodes, copy a module file there and execute it, and return output. You have a fully working infrastructure. +Resources +================================= +- `Product Demos `_ +- `Katakoda `_ +- `Workshops `_ +- `Ansible Examples `_ +- `Ansible Baseline `_ + Next steps ========== Next you can read about more real-world cases in :ref:`intro_adhoc`,