Skip to content
This repository has been archived by the owner on Dec 12, 2019. It is now read-only.

Commit

Permalink
updated ansible description
Browse files Browse the repository at this point in the history
  • Loading branch information
irinamacovei1 committed Jan 19, 2015
1 parent 5189568 commit 524bb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usage/ansible.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ansible

@TODO: Something.
Ansible is a automation and provisioning tool that makes it easy to configure systems with the needed software, configuration options and even content. It is a command line tool, written in Python, that uses SSH connections to run these actions. This means that all you need to do is have a viable SSH connection to a machine and Ansible will run any actions you want to run. Ansible can either run single commands or use what is called a playbook to run several commands. Ansible playbooks are written in YAML, which makes understanding them quite easy.

## Running Ansible separately from Vagrant

Expand Down

0 comments on commit 524bb8d

Please sign in to comment.