Lukas Pirl
34db57a47f
introduce fact "ansible_processor_nproc": number of usable vcpus ( #66569 )
...
This fact reflects the number of usable vcpus (which might be different
from ansible_processor_vcpus, e.g., in containers with limits). See
also #51504 .
* Add fixture data and update unit tests
Co-authored-by: Sam Doran <sdoran@redhat.com>
5 years ago
Sloane Hertel
55e29a1464
ansible-galaxy - fall back to galaxy.yml when listing collections ( #68925 )
...
Fallback to galaxy.yml for listing collections that don't have a FILES.json or MANIFEST.json
Co-authored-by: Sam Doran <sdoran@redhat.com>
5 years ago
Matt Martz
4c4406b2df
Flatten the directory hierarchy of modules ( #68966 )
...
* Flatten the directory hierarchy of modules
* Update ignore.txt, flatten units
* Update imports
* Completely flatten the modules directory
* Update sanity ignore
* Fix some sanity test ignores
* Fix relative import
* Fix docs builds without category
* ci_complete
* Clean up docs. ci_complete
* Adjust needs/file alias
* ci_complete
* fix hardcoded ping module paths
Co-authored-by: Matt Davis <mrd@redhat.com>
5 years ago
Felix Fontein
0e15375ffe
Add deprecated removed_in_version and deprecated_aliases version tests ( #66920 )
5 years ago
Gonéri Le Bouder
e70f5cc132
vmware: example should use FQCN ( #69351 )
...
For instance, you should use `community.vmware.vmware_guest` instead of just
`vmware_guest`.
This way, the examples don't depend on the `collections` directive of the
playbook.
Co-authored-by: Sandra McCann <samccann@redhat.com>
5 years ago
Serienmorder
366f808683
Correct debugging modules documentation ( #69245 )
5 years ago
Sloane Hertel
34458f3569
Update inventory caching documentation ( #69100 )
5 years ago
Andreas Bühmann
1a5bbfbe01
Fix name of utility "nologin" ( #69207 )
...
The utility is `nologin`, not 'no login'. Fix this on the page about Become. In the example further down below it is spelled correctly.
5 years ago
Lucas Ramage
c52121f4c9
Clarification for Ansible and BSD Introduction ( #69275 )
...
Bug: https://github.com/ansible/ansible/issues/69274
5 years ago
Douglas Thor
46fea92125
Add note in inventory guide saying group names follow variable name guidelines. ( #69285 )
5 years ago
Jon Dufresne
eab4f9afc4
docs: Small grammar improvement in the community guide ( #69304 )
...
The comma should not be included as it is not joining two independent
clauses.
5 years ago
Sandra McCann
44a4538280
add FQCN for migrated filters ( #69321 )
5 years ago
Sandra McCann
caa263e2cf
Document how to migrate a standalone role to a collection ( #68687 )
...
Adds docs for role developers/owners in the collections ecosystem
5 years ago
Sandra McCann
7e0794085e
add links to new docsites ( #69310 )
5 years ago
Abhijeet Kasurde
b437236633
Redirect inventory script links ( #69143 )
...
With inventory script migrated to their respective collection,
redirect links in documentation to their respective collection
location.
Fixes : #69139
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
5 years ago
Brian Coca
babac66f9c
Be strict about what is a boolean for keywords ( #67625 )
...
* be strict about what is a boolean for keywords
- found and fixed typo in test , 'yes' != 'yes.'
5 years ago
Alexandre Chouinard
91bb5af688
Update ansible-galaxy to handle role requirements ( #68288 )
...
* Update galaxy role object to handle requirements
Co-Authored-By: Sandra McCann <samccann@redhat.com>
5 years ago
John R Barker
53cf6c60cb
ROADMAP - s/ansible/ansible-base/g ( #69071 )
5 years ago
Abhijeet Kasurde
572fe9e480
Adjust Openstack Inventory script path ( #69058 )
5 years ago
Felix Fontein
abb807e5dd
Extend dev guide for collection testing and collection hacking ( #68899 )
...
* Make clear which BOTMETA.yml is meant (some collections also have one), fix itemization, document /rebuild and /rebuild_failed, add section on how to test collections with ansible-test, update supported versions for compile tests, add a section on hacking collections, implement feedback.
* Update docs/docsite/rst/dev_guide/developing_collections.rst
Co-Authored-By: Felix Fontein <felix@fontein.de>
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
5 years ago
Abhijeet Kasurde
6493a190f6
docs: Update inventory script paths ( #68905 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
5 years ago
Abhijeet Kasurde
c7997a77d2
VMware: Document vm properties ( #68552 )
...
VMware vm inventory uses configuration properties, rather than
relying on external documents, point user to this document.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
5 years ago
Jake Jackson
d60b17082e
small fix to install command as no longer needs -p by default ( #68947 )
5 years ago
Kenyon Ralph
a681810b2f
doc: variable precedence: "override", not "overwrite" ( #68698 )
5 years ago
pallxk
43270332e7
true and false commands have to be quoted ( #68761 )
...
otherwise they will be parsed as bool instead of string by YAML.
5 years ago
Matt Martz
087be1da50
Allow tasks to notify a fqcn handler name ( #68213 )
...
* Allow tasks to notify a fqcn handler name
* Add tests. Fixes #68181
* Add changelog fragment
* Add test to ensure handlers are deduped properly with fqcn, role, and just handler names
* Add some docs about new special vars
5 years ago
Andrew Klychkov
598ead965d
Dev guide: add notes about different image types for integration and unit/sanity tests ( #68663 )
...
* Dev guide: add notes about different image types for integration and unit/sanity tests
* Update docs/docsite/rst/dev_guide/testing_integration.rst
Co-authored-by: Matt Clay <matt@mystile.com>
5 years ago
Ken Dreyer
318d5606c1
doc: explain default "required" value for argument_spec ( #68678 )
5 years ago
nzarin
16e07fe5b5
Fix grammar error in docfile ( #68707 )
5 years ago
Jeff Geerling
cfc9b4a1e2
Add Kubernetes Working Group to Communicating guide. ( #68028 )
5 years ago
John Mahowald
db01053d6a
Remove reference to core Ansible ( #68462 )
5 years ago
Alicia Cozine
9139c1f81d
consistently call tests tests, not filters ( #68170 )
...
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
5 years ago
Toby Foster
913ee9119a
Fix list formatting in Getting Started ( #68153 )
5 years ago
Sandra McCann
f633772942
Update documenation contributions to reflect that some docs are in collections now ( #68264 )
5 years ago
Sandra McCann
0d379d4205
Explain module docs loss for devel ( #68369 )
5 years ago
Simon Legner
969e209a48
docs(windows_setup): +choco install openssh ( #68408 )
...
Also show most basic way of installing OpenSSH via Chocolatey
5 years ago
Tomáš Pospíšek
ddef49bb7f
correctly escape parameters with dashes ( #68281 )
5 years ago
Sandra McCann
8042d226e4
fix make webdocs warnings ( #68411 )
5 years ago
Jordan Borean
7ec0d59c30
windows - add docs for UNC path in PSModulePath error ( #68421 )
5 years ago
Sandra McCann
02e36fbfc2
fix broken link in developing collections ( #68442 )
5 years ago
Jordan Borean
a2deeb8fa2
ansible-galaxy - add download option ( #67632 )
...
* ansible-galaxy - add download option
* Fix sanity issues and added integration tests
* Fix doc suggestions
* Added --pre option
5 years ago
Fedor V
967e05bb23
DOC fix: typo in group addressing syntax ( #67994 )
5 years ago
dirkvbok
4083514d3e
Fix typo and styling FAQ docs ( #68212 )
5 years ago
Matt Davis
ed9de94ad9
remove azure extras and extras_require support ( #67822 )
...
* remove azure extras and extras_require support
* Since Azure will be collectionized, the requirements will float more frequently than Ansible releases; the Azure collection needs to host the requirements now.
* Removed the dynamic extras support as well, since Azure was the only thing using it. If we need it again, it's easy to pull back from history.
* Mark azure-requirements as orhpaned.
This keeps the docs around so that existing links from old test runs remain valid.
Co-authored-by: Matt Clay <matt@mystile.com>
5 years ago
Matt Martz
6369591b11
Update 2.10 roadmap ( #68081 )
5 years ago
Matt Martz
2d93cebb72
Update pip install instructions ( #68316 )
...
* Update pip install instructions
* Remove a few words
* We are not maintaining RPMs on releases.ansible.com any longer
5 years ago
Alicia Cozine
69543b47c9
fix last 7 docs errors on post-migration test runs ( #68115 )
...
* address toc-tree-glob-pattern-no-match errors
* address Include-file-not-found error
* address 2.10 porting guide errors, add warning to page
* updates individual plugin type pages
* Add ignores.
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
Co-authored-by: Matt Clay <matt@mystile.com>
5 years ago
Alicia Cozine
4e8b240b8b
Intersphinx ( #68090 )
...
* try to route 2.9 porting guide links to 2.9 module docs
* refreshed existing .inv files
* better URL
* new .inv file for version-specific links
* adds targets for version-specific docs
* fixes 2.5 porting guide refs
* fixes 2.8 porting guide refs
* fixes 2.7 porting guide refs
* fixes links on ACI guide
* adds .inv files for versions 2.5 through 2.8
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
5 years ago
Sandra McCann
75b088d6a9
Remove extra Ansible in network automation section header ( #67828 )
5 years ago
Matt Clay
b68e55da26
Remove `test/legacy/` directory. ( #67786 )
...
* Remove `test/legacy/` directory.
* Remove references to `test/legacy/` directory.
* Update the remaining valid legacy reference.
* Remove outdated legacy references.
5 years ago