From 8583bf55ef8b7a98184a554793ae2b867b60976f Mon Sep 17 00:00:00 2001 From: katmutua Date: Tue, 6 Oct 2015 12:42:22 +0300 Subject: [PATCH] Add practical reference for ansible --- docs/scenarios/admin.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/scenarios/admin.rst b/docs/scenarios/admin.rst index 954e1f6..6893032 100644 --- a/docs/scenarios/admin.rst +++ b/docs/scenarios/admin.rst @@ -231,6 +231,8 @@ To run the playbook: The Ansible playbook will ping all of the servers in the :file:`hosts.yml` file. You can also select groups of servers using Ansible. For more information about Ansible, read the `Ansible Docs `_. +`An Ansible tutorial `_ is also +great and detailed introduction to getting started with Ansible. Chef