Ruben De Zaeytijd
c2d1cc6f5b
Confusing indication of no notable module changes ( #63685 )
5 years ago
Felix Fontein
4b1fdee119
docker_container: deprecate trust_image_content ( #63420 )
...
* Deprecate trust_image_content.
* Add changelog.
* Mention it has never been used; removed test stub.
5 years ago
Jobin George
8a77f17dea
Update vmware ansible modules requirements section ( #62797 )
...
* Update vSphere Automation Python SDK to the requirement section
Signed-off-by: Jobin George <jgeorge@vmware.com>
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
5 years ago
Felix Fontein
ba686154b9
openssl_csr: deprecate version option ( #63432 )
...
* Deprecate openssl_csr's version.
* Add changelog.
* Change PR so that version will no longer accept values != 1 from 2.14 on.
* Make sure it is a string.
5 years ago
Pouyan Azari
f638f29e44
Replaced old DSC links that given 404 ( #63556 )
...
Replace DSC links that returned "not found" with updated, working links.
5 years ago
pando85
e0f67b58ce
Fix doc - porting_guide_2.8 value example ( #63493 )
5 years ago
Petr Ruzicka
876a2d57be
Changed with_items to loop in VMware example ( #63022 )
5 years ago
Amrita42
7a8c909876
Enter should be Italics as it is a menu option ( #63441 )
5 years ago
Sandra McCann
ae265bc546
Move galaxy appendix info to a new Galaxy section ( #63356 )
...
* start galaxy docs restructure
* shared snippets in txt files
* moved all content to galaxy section
5 years ago
Gonéri Le Bouder
73febd4ea6
prepare_vmware_tests: use module_defaults ( #63209 )
5 years ago
Sandra McCann
bdd0fac606
add note about collection links ( #63346 )
5 years ago
Abhijeet Kasurde
35cc228b3b
VMware: name is not required parameter for vmware_guest_custom_attributes
...
Fixes : #63222
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
5 years ago
thaim
021d095625
Fix broken link ( #63185 )
5 years ago
Felix Fontein
aa04e61c89
docker_* modules: add docker module defaults group ( #63164 )
...
* Add docker module defaults group.
* Add footnote about docker_stack not being included (instead of remarks column)
5 years ago
Michael C
19587b35da
docs: add Centos and Ubuntu to examples for playbook conditionals ( #63085 )
...
* docs: add Centos and Ubuntu to examples for playbook conditionals
Co-Authored-By: Sandra McCann <samccann@redhat.com>
5 years ago
Toshio Kuratomi
5997d33381
Updated with slipped dates for the 2.9.0 release ( #63243 )
5 years ago
Alicia Cozine
941a9b68fc
Docs: User guide overhaul, part 1 ( #63056 )
5 years ago
Abhijeet Kasurde
deda9d4cc5
VMware: Add module defaults for VMware modules ( #63197 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
5 years ago
Adrian Likins
239d639fee
Add support for automation-hub authentication to ansible-galaxy ( #63031 )
...
Adds support for token authentication in Automation Hub. Fixes : ansible/galaxy-dev#96
5 years ago
Kathryn Morgan
f2214951c5
Update intro_installation.rst ( #62994 )
5 years ago
Sam Doran
0311897722
Add docs on hiding sensitive data in loops ( #63096 )
5 years ago
tchernomax
25ac7042b0
pacman: remove 'recurse' deprecated option ( #61961 )
...
* pacman: remove 'recurse' deprecated option
* pacman: remove recurse deprecated option
* pacman: remove recurse deprecated option
5 years ago
Matt Martz
594a0fa9ae
Add new truthy and falsy jinja2 tests ( #62602 )
5 years ago
Chris Houseknecht
911aa6aab9
Default collection install path to first path in COLLECTIONS_PATHS ( #62870 )
5 years ago
Felix Fontein
8bfc39e231
ACME module defaults ( #62719 )
...
* Add module defaults group 'acme'.
* Start YAML document.
5 years ago
Akira Yokochi
6bbd9c9eca
add ios/iosxr deprecated modules ( #62908 )
5 years ago
Andreas Olsson
0d79013f51
Modernize Vagrant documentation ( #62923 )
...
* By requiring a slightly newer Vagrant version (from 2015) we get the
same generated Ansible inventory format is still used by today's
version of Vagrant. That extended inventory format also has the
benefit of allowing for simpler Ansible examples.
* Switching to a current and supported Ubuntu LTS version.
5 years ago
Andreas Olsson
c8315bfd60
Prefer https:// links in the docs site ( #62939 )
...
This is a follow-up of last year's 1a11cec
. It deals with links which
at that point either were not present or did not support https://.
5 years ago
Gonéri Le Bouder
7ecfa4a471
vmware guidlines: adjust the location of cloud-config-vcenter.ini.template ( #62970 )
...
Update the location of the cloud-config-vcenter.ini.template template.
The file has been moved by: 2e7d36a3f9
.
5 years ago
mohamed chiheb ben jemaa
e7436e278f
Remove Latin phrases from the docs ( #62419 )
...
* add styleguide about avoiding use of latin words
5 years ago
Sloane Hertel
d41050b28b
Add some documentation about plugins in collections ( #62465 )
...
* Add some documentation about using plugins in collections
- FQCN requirements
- Sharing code in collections
- Limitations with inventory caching
5 years ago
Jeff Pettorino
cea8a222a3
Update playbooks_environment.rst ( #62800 )
5 years ago
Michael Prokop
b33ae14949
doc: fix typos ( #62852 )
5 years ago
Sandra McCann
7e01de96d7
add more anchors to collections docs ( #62827 )
5 years ago
Sandra McCann
1b3bf33bdf
add anchors to support galaxy links ( #62808 )
5 years ago
akcozine
09ac8c154a
Update developing_modules_general_windows.rst ( #62796 )
...
Use American spelling of favor.
5 years ago
Sandra McCann
b17581a307
[Docs] Document the resource module builder ( #62222 )
5 years ago
James Mighion
679d3a46fa
doc: fix typo ( #62668 )
5 years ago
Sviatoslav Sydorenko
2969614c2c
Fix link syntax and a typo in dev collections doc ( #62650 )
5 years ago
Sandra McCann
7badeb6df0
[docs] split collections into user and dev guide sections ( #62363 )
...
* split collections into user and dev guide sections
* sentence case
5 years ago
Sandra McCann
6d35f9026f
added networking porting guide info ( #61999 )
...
* added networking porting guide info
* Update docs/docsite/rst/porting_guides/porting_guide_2.9.rst
Co-Authored-By: Nathaniel Case <this.is@nathanielca.se>
* implemented review comments
5 years ago
Horst Gutmann
7047b66d34
Add examples for various inventory setups to the documentation ( #62323 )
...
* Add examples for various inventory setups to the documentation. This closes #12480 .
* Update docs/docsite/rst/user_guide/intro_inventory.rst
Co-Authored-By: Sandra McCann <samccann@redhat.com>
* Update docs/docsite/rst/user_guide/intro_inventory.rst
Co-Authored-By: Sandra McCann <samccann@redhat.com>
* Update wording in inventory examples
Co-Authored-By: Sandra McCann <samccann@redhat.com>
* Update wording in inventory examples
Co-Authored-By: Sandra McCann <samccann@redhat.com>
* Use code-block and rename groups in inventory setup examples
* Fix group name in inventory setup example
Co-Authored-By: Sandra McCann <samccann@redhat.com>
5 years ago
Jordan Borean
d16ee65ecd
Add link to become plugins in become docs ( #62462 )
5 years ago
Sloane Hertel
b1afb37ac9
Add implicit localhost hostvars note ( #61956 )
5 years ago
Felix Fontein
a0bec0bc32
Remove deprecated letsencrypt alias of acme_certificate ( #61648 )
5 years ago
Glandos
2d19150757
Update mitogen link ( #62247 )
5 years ago
Abhijeet Kasurde
1c3effe92e
VMware: Change return key `results` from VMware modules ( #62161 )
...
Following module used internal results key as part of return json, this commit
changes this to appropriate values -
* vmware_datastore_maintenancemode.py
* vmware_host_kernel_manager.py
* vmware_host_ntp.py
* vmware_host_service_manager.py
* vmware_tag.py
Fixes : #62083
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
5 years ago
Sam Doran
041c52d629
Add info about layering properties
5 years ago
Sam Doran
5deb01c84d
Remove suggestion to go caving
5 years ago
Sam Doran
9b348e690c
Improve documentation on doc fragments
...
Add information and examples on how to use additional properites from a doc fragment
5 years ago
Sloane Hertel
09f1c286e0
Add some details to any_errors_fatal documentation ( #62029 )
5 years ago
Felix Fontein
0e72cbd451
openssh_keypair file permissions/ownership: add porting guide entry ( #62176 )
...
* Add porting guide entry for 2.9.
5 years ago
Evgeni Golov
c1773d5d2b
document suboptions for type:list options too ( #62177 )
5 years ago
Evgeni Golov
740ec90688
sanity ignores for a collection need to go to tests/sanity/ ( #62182 )
...
collections use tests/ not test/ as the folder for tests
5 years ago
Evgeni Golov
48a39f5616
typo: missing-subption-docs → missing-suboption-docs ( #62180 )
...
updates the name of the test and all ignore.txt entries
5 years ago
Martin Klapproth
dc7a765e57
fix fact caching plugin name from json to jsonfile ( #62198 )
5 years ago
Akira Yokochi
6952295114
explicited RouterOS does not support connection: local ( #62203 )
5 years ago
Toshio Kuratomi
46f633598e
Add guidelines for when to use a doc_fragment ( #61828 )
5 years ago
Kevin Breit
f79d03d292
Elaborate on note that docker-priv only works with integration ( #62035 )
5 years ago
createchange
e3ea89801b
Update playbooks_prompts.rst ( #62003 )
...
Fixed typo: "wierd" > "weird"
5 years ago
Nathaniel Case
646a0b9024
Add missed eos modules to porting guide ( #61994 )
5 years ago
Toshio Kuratomi
f58899eef7
Update release name for 2.10
...
Add a list of previously used release names to make it easy to tell what
release names are no longer usable.
Add a test that new release names have been added to the used list.
Fixes #61616
5 years ago
Christopher Engelhard
375eb9723a
Add caution about handlers & import to Pitfalls ( #61060 )
...
* Add caution about handlers & import to Pitfalls on the playbooks_reuse page.
The fact that handlers lose their name: when using import_tasks:, while logical, is not intuitive and should be noted.
Co-Authored-By: Sandra McCann <samccann@redhat.com>
5 years ago
Jordan Borean
2fbe4ca102
Fix galaxy server reference in the docs ( #61823 )
5 years ago
ndclt
aadb192846
documentation: modify the link to the docker.txt listing all images ( #61838 )
...
The file was moved.
5 years ago
John R Barker
41055b5dc8
Proposals aren't really used much, delete it ( #61800 )
5 years ago
Jeff Geerling
f1180f3d3f
Fix documentation to reflect CLI usage for collections-path ( #60164 )
5 years ago
anshulbehl
bfaa29303b
adding a collection local try section ( #61626 )
5 years ago
Wojciech Sciesinski
7e7b7bb0b6
Correct indentation of the code in the example ( #61622 )
5 years ago
Kevin Breit
54906a68fe
Docs - Add Meraki to platform option list ( #61651 )
5 years ago
Sebastián Estrella
615f9949c0
Update unit tests requirements/units.txt path ( #61656 )
5 years ago
René Moser
fd4ff54580
apt: honor cache_update=false on auto-install deps ( #56549 )
...
* apt: honor cache_update=false on auto-install deps
* add porting guide
5 years ago
Alicia Cozine
0e1ec04efb
roadmap should reflect upstream release, not downstream ( #61611 )
5 years ago
Toshio Kuratomi
8f6dbb732a
[WIP] Cleanups and version bumping for 2.10 ( #61572 )
...
* Cleanups and version bumping for 2.10
* Fix changelog url now that stable has been branched
* Fix the lenth of the porting guide title now that the version is two digits
5 years ago
Ganesh Nalawade
d3d9c5c273
Fix doc for network_cli connection retry timer ( #61509 )
5 years ago
Felix Fontein
0c592c8225
CloudStack modules: rename _facts -> _info ( #61090 )
...
* Rename cloudstack _facts -> _info
* Add changelog.
* Fix errors due to overloaded get_result having different parameter names.
* Fix examples.
* Change debug tasks.
* Remove unneeded code.
* Change from rename -> deprecate+new module.
* Make cs_zone_info return a list.
* Make cs_instance_info return a list.
* Fix return value docs.
* Fix typo.
* Improve tests.
* Fix cs_zone_info.
* Linting.
* Fix alias/option switch.
* Fix version numbers.
* Extend docs.
5 years ago
Matt Martz
017562013a
Add porting guide entry for gathering facts tag change ( #61180 )
...
* Add porting guide entry for gathering facts tag change
* Use code-block
5 years ago
Sloane Hertel
0b7d478200
add porting guide for bare vars in conditionals ( #60943 )
5 years ago
René Moser
3bfeae9040
vultr: add changelog and update porting guide ( #61520 )
5 years ago
Felix Fontein
a6f828e2ab
Reordering entries. ( #61491 )
5 years ago
James Cammarata
51b33b79c0
T woerner max concurrent ( #60702 )
...
* play, block, task: New attribute forks
With this it is possible to limit the number of concurrent task runs.
forks can now be used in play, block and task. If forks is set in different
levels in the chain, then the smallest value will be used for the task.
The attribute has been added to the Base class as a list to easily provide
all the values that have been set in the different levels of the chain.
A warning has been added because of the conflict with run_once. forks will
be ignored in this case.
The forks limitation in StrategyBase._queue_task is not used for the free
strategy.
Signed-off-by: Thomas Woerner <twoerner@redhat.com>
* Handle forks in free strategy
The forks attribute for the free strategy is handled in run in the free
StrategyModule. This is dony by counting the amount of tasks where the uuid
is the same as the current task, that should be queued next. If this amount
is bigger or equal to the forks attribute from the chain (task, block,
play), then it will be skipped to the next host. Like it is also done with
blocked_hosts.
Signed-off-by: Thomas Woerner <twoerner@redhat.com>
* Test cases for forks with linear and free strategy
With ansible_python_interpreter defined in inventory file using
ansible_playbook_python.
Signed-off-by: Thomas Woerner <twoerner@redhat.com>
* Changing forks keyword to throttle and adding some more docs
5 years ago
Sam Doran
73248bf27d
validate-modules - Use error codes instead of numbers ( #60711 )
5 years ago
Felix Fontein
59ab4d9307
oVirt: rename _facts -> _info ( #61299 )
...
* Rename oVirt _facts -> _info
* Adjust PR #.
* Forgot update BOTMETA / ignore.txt for doc fragment.
* Compatibility for 3rd-party modules using module_utils or info doc fragment.
* Update note.
* Fix/improve docs.
* Update lib/ansible/modules/cloud/ovirt/ovirt_event_info.py
Co-Authored-By: Sloane Hertel <shertel@redhat.com>
* Fix variable.
* Fix return value documentation for ovirt_external_provider_info.
5 years ago
Sandra McCann
92d57796dd
Update Ansible sphinx theme to rtd theme version 0.4.3 ( #61189 )
...
* update theme.conf, header, footer, etc.
* clean up layout.html
* move large Ansible changes out of theme.css
* maxify theme to help merge
* remove redundancies, fix top nav bar
* add Ansible color to header and left-nav menu
5 years ago
smile37773
161c1ce17e
Rename Azure modules: "facts"->"info" ( #61417 )
...
* rename
* add symlink
* add the log
* fix the ignore file
* fix
* fix
5 years ago
Ganesh Nalawade
768dbe5490
Add support for network_cli connection retry ( #61103 )
...
* Add support for network_cli connection retry
* Add network_cli connection configuration option
to allow retrying the connection initialization
with remote host.
* Add docs
* Fix test failures
* Fix review comments
5 years ago
Matt Clay
f510d59943
Support relative imports in AnsiballZ. ( #61196 )
5 years ago
Jordan Borean
66f52b74b1
Change collection PS util import pattern ( #61307 )
...
* Change collection PS util import pattern
* Add changes for py2 compat
* fix up regex and doc errors
* fix up import analysis
* Sanity fix for 2.6 CI workers
* Get collection util path for coverage collection
5 years ago
Alicia Cozine
a6f585eb62
remove the word "support" from Windows pages, add Windows Server 2019 ( #61404 )
...
* remove support from Windows pages, add Windows Server 2019
* jborean feedback
* Removed CBT info
Removed the CBT note about what transports Ansible actually supports. We've worked with both NTLM and Kerberos for a while now.
5 years ago
Felix Fontein
c9a9bd9d64
OneView: rename _facts -> _info ( #61208 )
...
* Rename OneView _facts modules -> _info
* Adjust PR #.
* Forgot to update test names.
* Remove superfluous blank line.
* Some more things from review.
5 years ago
Alicia Cozine
6ad40fd6b8
removes the word 'support' from appendix pages ( #61409 )
5 years ago
smile37773
5438013191
Rename Azure modules: facts -> info ( #60987 )
5 years ago
Felix Fontein
2db4e044ab
smartos_image_facts: rename to smartos_image_info ( #60915 )
...
* Rename smartos_image_facts -> smartos_image_info
* Add changelog.
5 years ago
Felix Fontein
e176023c6b
Scaleway: rename _facts -> _info ( #61095 )
...
* Rename scaleway _facts -> _info
* Add changelog.
* Improve docs.
5 years ago
Felix Fontein
185a1fcb07
Online: rename _facts -> _info ( #61091 )
...
* Rename online _facts -> _info
* Add changelog.
5 years ago
Felix Fontein
1906c05348
vertica_facts: rename to vertica_info ( #60916 )
...
* Rename vertica_facts -> vertica_info
* Add changelog.
* Fix porting guide.
5 years ago
Felix Fontein
c91929b2b3
OpenStack: rename _facts -> _info ( #61197 )
...
* Rename openstack _facts -> _info
* Add new module names to module_defaults.yml.
5 years ago
pratikgadiya12
8ee7d9f598
VMWare - Rename _facts to _info ( #57474 )
...
Deprecate vmware's _facts modules and add new modules.
Fixes : #57278
5 years ago
Felix Fontein
47c2ff4c26
Redfish modules: rename _facts -> _info ( #60992 )
...
* Rename redfish_facts -> redfish_info, idrac_redfish_facts -> idrac_redfish_info
* Update porting guide.
* Add changelog.
* Fix metadata.
* Remove copy artefacts.
* Change from deprecate/new module to rename.
5 years ago
Felix Fontein
e536d0e128
openssl_*: deprecate PyOpenSSL backends ( #59907 )
...
* Deprecate PyOpenSSL backends.
* Add changelog.
* Add porting guide entry.
* Improve tests to ignore deprecations when comparing results.
* Deprecating pyopenssl backend for get_certificate and openssl_publickey.
* Fix typo.
5 years ago