Andy Dirnberger
02589ffbba
Fix formatting of Groups of Groups
...
The example in the Groups of Groups section was being rendered as a quote.
Switching to the `::` notation causes it to render as preformatted text instead.
This could have also been done with a `.. code:` block, but I chose to be
consistent with other sections in the document.
9 years ago
Jacek Laskowski
796c7accd1
Update intro_inventory.rst
...
Minor fix for consistency (and more engaging language :))
9 years ago
Mike Putnam
02aa76d518
Remove docs remnant re: var use.
9 years ago
Mike Putnam
515de1e6eb
Be more specific describing groups of groups,
...
Fixes #11397
9 years ago
Dave James Miller
652daf3db4
Remove duplicated "By default" in docs
10 years ago
E. Dunham
20df50e11c
Fix confusing wording about aliases
...
Point out that nicknames for hosts can go in the hosts file, by fixing wording that seemed contradictory.
10 years ago
Brian Coca
daa2c3a956
Merge pull request #9584 from Sgoettschkes/issue_docs_missing_ansible_sudo
...
Adding inventory parameter to documentation
10 years ago
Toshio Kuratomi
fe53d86a83
inventory is ini-like but not quite like other implementations
10 years ago
Toshio Kuratomi
fb5b682989
Use "override" instead of "loaded second" to be clear about what happens
...
Need for clarification brought up here:
https://github.com/ansible/ansible/issues/9877
10 years ago
Sebastian Göttschkes
9660afd3e0
Adding inventory parameter to documentation
...
Adding the inventory parameter `ansible_sudo` to the list of behavioural
inventory parameters in the intro_inventory documentation.
10 years ago
Bruno BAILLUET
4e5dc754fa
Added a comment to mention that ansible_sudo_exe is available from version 1.8 and beyond
10 years ago
Bruno BAILLUET
a25da4af05
Add a new inventory parameter (ansible_sudo_exe) to specify sudo command path.
10 years ago
Hagai
a552c07230
Added note on which version did dirs in group_vars start working
11 years ago
Hagai
e2cc510e37
Update docs to include directories inside group_vars
11 years ago
James Cammarata
fd27afdc0d
Adding ansible_shell_type and basic environment construction on it
...
Previously we assumed the shell on the target systems were 'sh'-
compliant when formatting environment variables preceding command
strings. This patch corrects that by basing the target shell type
on the DEFAULT_EXECUTABLE setting, which can be overridden on a
per-host basis using the inventory variable 'ansible_shell_type'.
Fixes #7352
11 years ago
Michael DeHaan
0720af11ae
Merge pull request #7186 from jf/docfix-obvious-quick-simples
...
Obvious quick fixes:
11 years ago
Michael DeHaan
cff4b5d412
Clarify .ssh/config port usage.
11 years ago
Jeffrey 'jf' Lim
d80f4624d4
Obvious quick fixes:
...
- extra 'the' in intro_inventory
- capitalization in playbooks_roles
11 years ago
Randy Stauner
df67830dbf
Reference --ask-sudo-pass for ansible_sudo_pass
...
It looks like the description for `ansible_sudo_pass` was copy/pasted from `ansible_ssh_pass` and not fully updated.
11 years ago
Michael DeHaan
81fdd5d02a
Add a note about hosts being ok in multiple groups.
11 years ago
Michael DeHaan
1c29f043b4
Add contents to various pages with more than one topic per page.
11 years ago
Michael DeHaan
041cea134f
New Sphinx theme has sidebar navigation so don't need TOC on each page.
11 years ago
Matt Martz
ea2ec6237a
Add ansible_sudo_pass hostvar support
11 years ago
Jérémie Augustin
ddf1d71b7d
[doc] duplicate group in usa:children group
11 years ago
Michael DeHaan
0cd09dd54f
Remove extra "latest/" subdirectory in docs build structure.
11 years ago