diff --git a/docsite/rst/bestpractices.rst b/docsite/rst/bestpractices.rst index 21313868fc..d398a627b8 100644 --- a/docsite/rst/bestpractices.rst +++ b/docsite/rst/bestpractices.rst @@ -3,6 +3,8 @@ Best Practices Here are some tips for making the most of Ansible. +You can find some example playbooks illustrating these best practices in our `ansible-examples repository `_. + .. contents:: :depth: 2 :backlinks: top diff --git a/docsite/rst/index.rst b/docsite/rst/index.rst index 68112e5eda..b11b2cd9ed 100644 --- a/docsite/rst/index.rst +++ b/docsite/rst/index.rst @@ -42,7 +42,7 @@ ways to organize playbooks and the files they include, and we'll offer up some s playbooks2 bestpractices YAMLSyntax - + Example Playbooks Developer Information ````````````````````` diff --git a/docsite/rst/playbooks.rst b/docsite/rst/playbooks.rst index 64db86a08d..3c5c4dad64 100644 --- a/docsite/rst/playbooks.rst +++ b/docsite/rst/playbooks.rst @@ -27,6 +27,9 @@ Let's dive in and see how they work. As you go, you may wish to open the `github examples directory `_ in another tab, so you can apply the theory to what things look like in practice. +There are also some full sets of playbooks illustrating a lot of these techniques in the +`ansible-examples repository `_. + Playbook Language Example `````````````````````````