Much rejoicing, ansibleworks.com is now ansible.com

Also note AWX is named "Tower" now, as we found that simpler.
This commit is contained in:
Michael DeHaan 2014-01-28 11:04:34 -05:00
commit 81e9a60589
19 changed files with 52 additions and 66 deletions

View file

@ -9,7 +9,7 @@ write various plugins, and you can plug in inventory data from external data sou
covers the Runner and Playbook API at a basic level.
If you are looking to use Ansible programmatically from something other than Python, trigger events asynchronously,
or have access control and logging demands, take a look at `AnsibleWorks AWX <http://ansibleworks.com/ansibleworks-awx>`_
or have access control and logging demands, take a look at :doc:`tower`
as it has a very nice REST API that provides all of these things at a higher level.
Ansible is written in its own API so you have a considerable amount of power across the board.