Commit graph

34 commits

Author SHA1 Message Date
Toshio Kuratomi 4b75308439 Fix up rst formatting 2015-11-03 17:29:02 -08:00
Sandra Wills 32cb2fa215 removed repetition of note and replaced with an include directive
ansible_ssh_* changes from 1.9 to 2.0, original note made into a separate file
for easier editing, and an include for this new file added to each of the 6 file affected
by this change
2015-10-12 11:41:09 -04:00
Sandra Wills 748ff72b6b fixed typo, depricated --> deprecated, in all 6 notes 2015-10-12 08:01:24 -04:00
Sandra Wills f24fbb04c9 note modified a bit, then reviewed/approved by jmartin
Ansible 2.0 has depricated the “ssh” from ansible_ssh_user,
ansible_ssh_host, and ansible_ssh_port to become ansible_user,
ansible_host, and ansible_port. If you are using a version of
Ansible prior to 2.0, you should continue using the older style
variables (ansible_ssh_*). These shorter variables are ignored,
without warning, in older versions of Ansible.
2015-10-08 21:41:27 -04:00
Sandra Wills 6af2b2a4cb added note about ansible_ssh_* change
added a note like the following to each file hit with unlabled 2.0 changes...
Ansible 2.0 moved away from using ansible_ssh_* variables to accepting
ansible_* variables. If you are using a version of Ansible prior to 2.0,
you should continue using the older style variables (ansible_ssh_*), such
as ansible_ssh_user instead of ansible_user and ansible_ssh_port instead of
ansible_port, which appear in the following content. These shorter variables
are ignored, without warning, in older versions of Ansible.
2015-10-08 21:39:26 -04:00
Abhijit Menon-Sen f56a6e0951 Rename ansible_ssh_{host,port,user} in docs to ansible_*
The _ssh variants will continue to work, but the shorter, more generic
names are preferred now.
2015-09-10 19:41:47 +05:30
Brian Coca 0dc1cbd6b9 Merge pull request #9524 from ktosiek/patch-1
guide_rax.rst: fix add_host invocations
2015-07-25 08:27:29 -04:00
Brian Coca 698b277601 changed github and galaxy to always be https
fixes #9925
2015-07-11 11:33:28 -04:00
Major Hayden eaac53922c Small spelling fix for Rax docs 2015-01-13 21:19:27 -06:00
ktosiek 3b7280b364 guide_rax.rst: fix add_host invocations
change `groupname` to `groups`, as per add_host documentation
2014-11-09 22:40:29 +01:00
Pascal Borreli fe40a7d88a Fixed typos 2014-08-22 11:39:38 +01:00
James Cammarata e3abaa30b6 Merge pull request #7650 from sivel/guide-rax-automation
Rax Guide: Add RackConnect and Managed Cloud automation check examples
2014-07-14 10:44:53 -05:00
James Cammarata 27b1d05e4b Merge pull request #7995 from adamnbowen/patch-3
Correct typo: 'receords' -> 'records'
2014-07-01 20:09:23 -05:00
Adam Bowen c0da5f6bd3 Correct typo: 'receords' -> 'records'
I should read more than a sentence at a time when I'm correcting typos—sorry for the typo correction spam ;)
2014-06-30 21:44:08 -05:00
Adam Bowen 0c3d7f1bd8 Correct typo: 'additioanl' -> 'additional' 2014-06-30 21:42:02 -05:00
Adam Bowen 61b107da34 Correct typo: 'manaul' to 'manual' 2014-06-29 13:09:41 -05:00
Matt Martz 074263af8d Add rackconnect and managed cloud automation check examples 2014-06-04 15:12:27 -05:00
Christian Berendt 58ff9cd7c8 fixed typos found by RETF rules in RST files
rules are avaialble at https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos
2014-05-03 17:59:50 +02:00
Michael DeHaan 5a075e3b93 Clarify docs section slightly. 2014-04-02 17:47:01 -04:00
Michael DeHaan 8d9424c5ed Merge branch 'docs' of git://github.com/angstwad/ansible into devel 2014-04-02 17:44:46 -04:00
Eric Dahl 9309b6b0e4 Documentation: fix various small typos 2014-03-30 18:45:55 -05:00
Paul Durivage 418b9fdef6 Spelling, grammar, layout changes, plus more examples and an orchestration chapter 2014-03-05 14:36:21 -06:00
Andy Hill bd90fdae94 Fix typo in guide_rax 2014-02-23 17:25:46 -06:00
Laurens Van Houtven 62f3c10302 Tell user to make inventory plugin executable
The current version mentions nothing about chmod +x'ing the rax.py file, which means you get a really weird error message when you try to follow it:

```
raise ValueError, "No closing quotation"
```

... from deep inside shlex.py. I'm sure that makes sense if you realized that meant that it was trying to parse `rax.py` as an ini file...
2014-02-05 19:45:08 +01:00
Stefhen Hovland d88fea9a96 Fix broken Tower links 2014-01-28 23:41:39 -05:00
Michael DeHaan 81e9a60589 Much rejoicing, ansibleworks.com is now ansible.com
Also note AWX is named "Tower" now, as we found that simpler.
2014-01-28 20:29:41 -05:00
Michael DeHaan 080296a028 Merge pull request #5414 from jlund/mode-typo
Fixing a typo in the Amazon Web Services and Rackspace Cloud guides
2013-12-24 15:57:09 -08:00
Michael DeHaan 041cea134f New Sphinx theme has sidebar navigation so don't need TOC on each page. 2013-12-24 17:29:28 -05:00
Joshua Lund 1696b14beb Fixing a typo in the Amazon Web Services and Rackspace Cloud guides 2013-12-24 15:11:24 -07:00
Matt Martz c328cdbb53 Missed prefixed variable attribute 2013-12-23 13:56:48 -06:00
Michael DeHaan d6ea5be20f Various syntax and layout things, add Galaxy to docs 2013-12-20 17:07:06 -05:00
Michael DeHaan 08792be98e Some minor tweaks to make things a little more tutorial-like, moved credentials section up higher, etc. 2013-12-20 16:30:55 -05:00
Michael DeHaan de24a40cde Wrap lines a bit tighter for easier editing. 2013-12-20 16:13:40 -05:00
Matt Martz 22dd1590df Add guide_rax.rst 2013-12-20 11:18:24 -06:00