From 5f8b45a70e8e4e378cdafde6cc6c39f32af39e65 Mon Sep 17 00:00:00 2001 From: kshitijcode Date: Sat, 8 Aug 2020 02:39:19 +0530 Subject: [PATCH] Updating Getting Started with Resources section #68962 (#71102) * Updating Getting Started with Resources section #68962 * Add links, including Workshops URL #68962 --- docs/docsite/rst/user_guide/intro_getting_started.rst | 8 ++++++++ 1 file changed, 8 insertions(+) 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`,