Commit Graph

1690 Commits (bb41a005b31a74dca307b0a10424bcec90a8f905)

Author SHA1 Message Date
Brian Coca b339d4cfe2 Clear host errors (#18127)
* document meta: clear_host_errors

* Update playbooks_error_handling.rst

Minor edit
8 years ago
Alex fcca6245d1 Fix small doc issue | playbooks_delegation (#18494)
* Fix small doc issue

* Update playbooks_delegation.rst

Edited for clarity
8 years ago
William L. Thomson Jr fe95d71fbd docsite/rst/playbooks_tags.rst: Added section on tag reuse (#17729)
* docsite/rst/playbooks_tags.rst: Added section on tag reuse

* Update playbooks_tags.rst

Minor grammatical clarification.
8 years ago
Gael Pasgrimaud f94100aa87 make default strategy configurable (#18394) 8 years ago
John R Barker 3d428da445 ROADMAP updates (#18435)
* ROADMAP updates

* Formatting - Especially the first section
* Reno Release notes is out of scope (I believe?)
* Change "Speed up make webdocs to stretched Goal - As I don't believe we currently know *how* we can achieve this
* Removed the word `Hardening` as it implies security, which isn't something we are actively working on in 2.3
8 years ago
René Moser 80af461178 cloudstack: add additional CLOUDSTACK_VPC env var (#18467) 8 years ago
Jason McKerr e9b193d6ae Update ROADMAP_2_3.rst 8 years ago
Andrew Gaffney a625bfc8db Fix bare variable references in docs 8 years ago
scottb d3c44fa98f Merge pull request #17988 from samdoran/docs-fix
Change ie to i.e. and add a bit more clarity
8 years ago
scottb 73a5fa2ddd Update playbooks_roles.rst
Minor edit.
8 years ago
scottb 8681ae4224 Merge pull request #15673 from wenottingham/patch-11
Update faq.rst
8 years ago
scottb 1d8bb62c9f Merge pull request #18134 from gmella/devel
fix hosts.yml filename for inventory
8 years ago
Abhijit Menon-Sen 3072d75bcc Fix doc typos and one entirely incorrect assertion 8 years ago
scottb d1b41d8f9c Merge pull request #18422 from evgeni/fix-dynamic_inventory_intro-rst
fix formating on the intro_dynamic_inventory page
8 years ago
scottb 94239141bc Merge pull request #18244 from Yannig/devel_doc_json_query
json_query documentation.
8 years ago
scottb 8e27dc49a7 Update playbooks_filters.rst
Edited for grammar, spelling, mechanical.
8 years ago
scottb 3f2dbea1df Merge pull request #18249 from bwlz/install_doc_updates
Installation document updates
8 years ago
scottb c58d8dab05 Update intro_installation.rst
Minor edits for readability.
8 years ago
scottb 3afc15a013 Merge pull request #18306 from zerOnepal/HEAD
improving readme on dynamic inventory for ec2.ini options
8 years ago
Matt Davis 96158cc999 add connection var delegation/lookup fix to roadmap 8 years ago
John R Barker e52ce12ba4 Update ROADMAP_2_3.rst (#18426) 8 years ago
Jason McKerr e8e09f3df6 Ansible Core 2.3 Roadmap (#18421)
* initial checkin. needs annotation at the top, dates, and review

* Update ROADMAP_2_3.rst

cleanup and add notes at the top

* Update ROADMAP_2_3.rst

fix indentation
8 years ago
Evgeni Golov de646243a2 fix formating on the intro_dynamic_inventory page
* don't mark `./ec2.py --refresh-cache` as a comment
* format `./openstack.py --refresh --list` as code
* format `--refresh` as code
8 years ago
Brian Coca 0b77942bbc clarified ansible_ssh_host to not imply removal 8 years ago
scottb 75459fb688 Update intro_dynamic_inventory.rst
Minor edits for readability.
8 years ago
Yannig Perré fb0057662b json_query documentation. 8 years ago
scottb fcada3e889 Merge pull request #17201 from trondhindenes/windows_module_docs
Windows module docs
8 years ago
Trond Hindenes 986d88c6ff bugfix text 8 years ago
Andrea Tartaglia e70561540c Docs for control_path_dir option 8 years ago
Sébastien BARTHÉLÉMY a4c11ee231 add missing newline in ansible_play_batch doc 8 years ago
Milan Thapa 2de3a5d849 improving readme on dynamic inventory for ec2.ini options
few lines to avoid these noise: https://github.com/ansible/ansible/issues/10840
8 years ago
Matt Martz cb1e3dab0d Add 'type' filter for display the underlying python type of a variable (#18242)
* Add 'type' filter for display the underlying python type of a variable

* Update playbooks_filters.rst

Minor copyedit.
8 years ago
René Moser 01af859090 cloudstack: add support for defining some args as ENV vars (#17946)
These ENV vars are:
  - CLOUDSTACK_ZONE
  - CLOUDSTACK_DOMAIN
  - CLOUDSTACK_ACCOUNT
  - CLOUDSTACK_PROJECT

help to DRY on every task, args still have precedence.
8 years ago
amalts 7b02a5a724 docsite: Fix typo (#18250) 8 years ago
Allyson Bowles 176faae342 Move source install to the bottom of the document 8 years ago
Allyson Bowles 1726ff10d8 Add Debian-specific installation method 8 years ago
Jason McKerr 90b180c815 Update ROADMAP_2_2.rst 8 years ago
David Wittman d276947a58 Fix typo in Developing Modules doc
Fix pluralization of `ANSIBLE_KEEP_REMOTE_FILES` environment
variable.
8 years ago
Chris Houseknecht dceb2a0393 Remove extra display statements and add docs (#18229)
* Add docs for ansible-galaxy import --role-name option.

* Add docs for ansible-galaxy init --container-enabled option.
8 years ago
scottb 66d4bb840d Merge pull request #18116 from bcoca/dev_plug_up
updated developing plugins guide
8 years ago
scottb ba78f02dc5 Update developing_plugins.rst
Editorial pass.
8 years ago
scottb f38f43df61 Update developing_plugins.rst 8 years ago
scottb 5f14e50c5c Merge pull request #18137 from jglf/jglf-docfix
Small typos, grammar and wording fixes
8 years ago
sevenfourk fd390cb7b1 Fix typo with 'when when' 8 years ago
Guillaume Mella 1f176475b4 apply comment feedback and leave only typo fix 8 years ago
scottb c47d580743 Merge pull request #11075 from initcron/devel
corrected the playbook name from rolling_upgrade.yml to rolling_updat…
8 years ago
scottb 4c9ded9cb7 Merge pull request #18156 from bwlz/docs_environment_examples
Add examples for rbenv and nvm
8 years ago
scottb d59034ca68 Merge pull request #16201 from jlec/patch-1
Unify space around "="
8 years ago
Scott Butler edda7a34dd Referenced python 3 support for $18041 8 years ago
Scott Butler 3faf9cce40 Addresses #18041 8 years ago