Repository: cloudstack-docs Updated Branches: refs/heads/master 0414fddcd -> be0f4dd40
Fixed some typos. This closes #7 Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/commit/73add914 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/tree/73add914 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/diff/73add914 Branch: refs/heads/master Commit: 73add914343177a1c297d5f68f51667b35ac9e7b Parents: 0fbe507 Author: Mary Brennan <[email protected]> Authored: Fri Nov 14 16:17:01 2014 -0800 Committer: Rajani Karuturi <[email protected]> Committed: Sat Nov 15 11:30:12 2014 +0530 ---------------------------------------------------------------------- rtd/source/ansible.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/73add914/rtd/source/ansible.rst ---------------------------------------------------------------------- diff --git a/rtd/source/ansible.rst b/rtd/source/ansible.rst index 7f0f9bd..a410e93 100644 --- a/rtd/source/ansible.rst +++ b/rtd/source/ansible.rst @@ -13,7 +13,7 @@ intent to Chef and Puppet. It allows (usually) DevOps teams to orchestrate the deployment and configuration of their environments without having to re-write custom scripts to make changes. -Like Chef and Puppet, Ansible is designed to be idempotent, these means +Like Chef and Puppet, Ansible is designed to be idempotent. This means that you determine the state you want a host to be in and Ansible will decide if it needs to act in order to achieve that state. @@ -23,7 +23,7 @@ Thereâs already Chef and Puppet, so whatâs the fuss about Ansible? Letâs take it as a given that configuration management makes life much easier (and is quite cool), Ansible only needs an SSH connection to the hosts that youâre going to manage to get started. While Ansible requires -Python 2.4 or greater to on the host youâre going to manage in order to +Python 2.4 or greater on the host youâre going to manage in order to leverage the vast majority of its functionality, it is able to connect to hosts which donât have Python installed in order to then install Python, so itâs not really a problem. This greatly simplifies the
