summaryrefslogtreecommitdiffstats
path: root/docs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* hpilo_facts: rename to hpilo_info (#60917)Felix Fontein2019-08-201-0/+3
| | | | | | | | * Rename hpilo_facts -> hpilo_info * Fix porting guide. * Add changelog.
* Add support to configure network_cli terminal related options (#60086)Ganesh Nalawade2019-08-191-0/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for configurable terminal plugin options Fixes #59404 * Add terminal options to support platform specific login menu * Add terminal options to support configurable options for stdout and stderr regex list * Fix CI failures * Fix CI issues * Fix review comments and add integration test * Fix sanity test failures * Fix review comments * Fix integration test case * Fix integration test failure * Add support to configure terminal related options Fixes https://github.com/ansible/ansible/issues/59404 * Add network_cli configurable options to support platform specific login menu * Add network_cli configurable options to support configurable options for stdout and stderr regex list * Fix review comment * Fix review comment
* vyos_lldp_global (#59627)Rohit2019-08-191-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * vyos_lldp_global Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * sanity checks Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * deprecated changes Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * comments incorporated Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * test cases updated Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * comments incorporated Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * branch conflict resolved Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * sanity check passes Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* openssl_certificate: deprecate assertonly provider (#60623)Felix Fontein2019-08-181-1/+9
| | | | | | | | | | | | | | | | | | | | * Add deprecation marks. * Add conversion example. * Split long line. * Add changelog and porting guide entry. * Fix unrelated porting guide entry. * Fix format. * Fix doc mistakes found in review. * Fix filter name. * Compare CSR and cert subject via subject_ordered.
* Link to the GitHub Web UI for the example file. (#60611)Jon Pugh2019-08-161-1/+1
| | | Change link in the Ansible Config docs to the example `ansible.cfg` file, from the raw download to the web user interface.
* Fix typo and uses more common role syntax in usage examples (#60165)Jeff Geerling2019-08-161-4/+6
| | | * Fix typo and use import_role in examples
* Updating intro_inventory.rst (#60676)Jiri Tyr2019-08-161-1/+1
|
* Deprecates Digital Ocean sshkey_facts in favor of new module sshkey_info ↵Patrick Marques2019-08-151-0/+2
| | | | | | | | | | | | | | | | | | (#60546) * Renames Digital Ocean sshkey_facts modules to sshkey_info * Change digital_ocean_sshkey_facts status to deprected * Update digital_ocean_sshkey _facts _info doc * Allow digital_ocean_sshkey_info in Check Mode * Update lib/ansible/modules/cloud/digital_ocean/_digital_ocean_sshkey_facts.py Co-Authored-By: Felix Fontein <felix@fontein.de> * Fix _info added version
* Pure modules: rename _facts with ansible_facts result to _info (#60641)Simon Dodsley2019-08-151-4/+8
|
* Updating intro_inventory.rst (#60651)Jiri Tyr2019-08-151-1/+1
|
* Updating developing_inventory.rst (#60647)Jiri Tyr2019-08-151-1/+1
|
* Update porting guide deprecated modules for junos (#60468)Ganesh Nalawade2019-08-151-0/+14
| | | * Add deprecating junos modules in porting guide
* Update intro_getting_started.rst to take into account inventory precedence ↵Aaron2019-08-141-15/+15
| | | | | | | when proposing '-u' to change the remote user. (#59858) * Update intro_getting_started.rst * adds more info about overriding SSH user to intro
* lag interfaces resource module (#59175)Rohit2019-08-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lag interfaces resource module Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * sanity check imports Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * sanity fixes Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * dict_diff usage issue fix Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * new task Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * overridden updated Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * dict update Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * comments incorporated Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * facts merged Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * rebased and merged Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * new failures added Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * obsolete file removed Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * test cases updated Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * comments incorporated Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * dependency added Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
* Add nxos_interfaces resource module (#60421)Trishna Guha2019-08-141-0/+4
| | | Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
* Table fixing (#60177)Toshio Kuratomi2019-08-1421-447/+533
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Change formatting of the network/user_guide tables * Tables had hardcoded line breaks to workaround a bug in the read-the-docs theme. Change those so that they now flow according to the browser size. * Also switch away from grid tables to the simpler to create and read simple tables * Changes to table stylesheet * valign all content, not just the first column. This becomes important with more than two columns * Set the font-weight to the first <p> element inside of the first column. This allows us to simplify the first column when everything there is the attribute name * Change platform_index footnote from numbered to dagger symbol The footnote notation was very odd to read. Try using a symbol for the footnote instead of a number to see if that will clarify it. We can't manually specify symbolled footnotes, though, so we have to emulate a footnote with an internal link. This loses the backref to each place that the footnote was used but since that was the portion which was hard to read, perhaps that's for the best.
* Galaxy meta docs table (#60171)Toshio Kuratomi2019-08-133-49/+97
| | | | | | | | | | * Use an rst table instead of a raw html table * Rst is easier to read so we want to use it wherever possible * Fix the jinja2 filters which create links so that they do not include extraneous whitespace in the URL * Normalize description data before sending them to the templates
* Update developing_plugins.rst (#60482)Christian2019-08-131-1/+1
| | | | | | | | | | ##### SUMMARY documentation example-yaml for lookup-plugin seems to have an indent-error ##### ISSUE TYPE - Docs Pull Request +label: docsite_pr
* Move all module renames into new section. (#60483)Felix Fontein2019-08-131-41/+41
|
* Clarify behavior of --skip-tags, --list-tasks, and --list-tags. (#60492)Jered Sutton2019-08-131-15/+30
|
* Amazon modules: rename _facts with ansible_facts result to _info (#60178)Felix Fontein2019-08-132-2/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * aws_s3_bucket_facts -> aws_s3_bucket_info * cloudformation_facts -> cloudformation_info * cloudfront_facts -> cloudfront_info * ecs_service_facts -> ecs_service_info * efs_facts -> efs_info * Add changelog and porting guide entry. * lambda_facts -> lambda_info * Improve examples. * Add subsection on renamed modules. * Add sentence on registering variables. * Fix ReST. * Instead of renaming lambda_facts, deprecate it and replace with new module. * Rename internal variable. * Re-add sanity ignores for lambda_facts.
* add vfat to selinux special_context_filesystems (#59823)James Cassell2019-08-121-1/+1
| | | | | | vfat is the format of the /boot/efi partition on UEFI hosts and does not support SELinux labels add an environment variable for this config option
* VMware: Add writing new tests subsection to vmware_guidelines (#60163)Jill R2019-08-121-0/+18
| | | | | | | | | * Add writing new tests subsection to vmware_guidelines Specifically address use of the prepare_vmware_tests role Point to common vars for use by test writers Co-Authored-By: Abhijeet Kasurde <akasurde@redhat.com>
* Fix small typo in pip install guide (#60389)Otto Winter2019-08-121-1/+1
| | | | Noticed this small typo in the docs: - `Ansble` -> `Ansible`
* Changing GCP Facts modules to Info Modules (#60172)Alex Stephen2019-08-091-0/+52
| | | | | | | * file changes, porting guide, changelog fragment, renaming autoscaler, removing rst links * Apply suggestions from code review Co-Authored-By: Alicia Cozine <879121+acozine@users.noreply.github.com> Co-Authored-By: Felix Fontein <felix@fontein.de>
* Add sanity test for obsolete files.Matt Clay2019-08-091-0/+14
| | | | | | This will help prevent accidental merging of content to recently obsoleted directories when adding new files. It may also help contributors who have modified obsolete files understand where their changes should now be made.
* Fix documentation for collection build code example (#60156)Jeff Geerling2019-08-091-1/+1
|
* Additional ansible-test path fixes. (#60300)Matt Clay2019-08-091-0/+4
| | | | | | * Add missing ansible-test injector symlink. * More ansible-test path fixes. * Expand bin-symlinks docs.
* Update ansible-test layout and payload handling.Matt Clay2019-08-091-0/+7
|
* add link to content collector tool (#59881)Sandra McCann2019-08-081-1/+11
|
* Autointerpreter table (#60148)Toshio Kuratomi2019-08-083-36/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Some framework for docs * Separate CSS file for our site-specific CSS. * Override the read-the-docs theme for tables so that tables don't always horizontally scroll * Add a |br| substitution that lets us line break inside of tables * Add |_| non-breaking-space substitution which is also for formatting tables * Configure rstcheck to ignore all substitutions which are being added by sphinx in the conf.py * Fix table of auto interpreter options The table was being hardcoded at a certain width to work around a read-the-docs theme bug. Fix the bug instead and format the table using better sphinx practices. * Remove unused substitutions We had substitutions defined that were never used in our documentation. Remove those. Also add to the rstcheck whitelist three substitutions which are defined by sphinx itself, version, release, and today.
* Relocate validate-modules for easier testing. (#60214)Matt Clay2019-08-071-1/+1
| | | | | | | | * Relocate module validator code and tests. * Fix validate-modules entry point and imports. * Fix paths and test entry points. * Fix up unit tests. * Fix shebang and execute bit.
* Split up "code smell" sanity tests. (#60174)Matt Clay2019-08-071-1/+1
| | | | | | | | | * Relocate ansible-only sanity tests. * Get "code smell" sanity tests from multiple dirs. - `test/lib/ansible_test/_data/sanity/code-smell/` - General purpose tests used for both Ansible and Ansible Collections. - `test/sanity/code-smell/` - Tests specific to Ansible, will not be used for Ansible Collections.
* Relocate ansible-test code. (#60147)Matt Clay2019-08-062-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial move of `test/runner/` content. `test/runner/lib/` -> `test/lib/ansible_test/_internal/` `test/runner/` -> `test/lib/ansible_test/_internal/data/` * Initial move of `test/sanity/` content. `test/sanity/` -> `test/lib/ansible_test/_internal/data/sanity/` (except `test/sanity/ignore.txt`) * Initial move of `test/units/pytest/` content. `test/units/pytest/` -> `test/lib/ansible_test/_internal/data/pytest/` * Follow-up move of `test/runner/unit/` content. `test/lib/ansible_test/_internal/data/unit/` -> `test/lib/ansible_test/tests/unit/` * Initial move of `ansible.cfg` content. `test/units/ansible.cfg` -> `test/lib/ansible_test/_internal/data/units/ansible.cfg` `test/env/ansible.cfg` -> `test/lib/ansible_test/_internal/data/env/ansible.cfg` * Follow-up move of `data` directory. `test/lib/ansible_test/_internal/data/` -> `test/lib/ansible_test/_data/` * Update import statements. * Add missing __init__.py for unit tests. * Fix path references and miscellaneous issues.
* Add vyos_l3_interfaces resource module (#59929)Nilashish Chakraborty2019-08-061-0/+2
| | | Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* Runas docs (#60082)kfattig2019-08-061-0/+2
| | | | | | * Mention seclogon requirement in runas docs * Mention seclogon requirement in Win become docs
* Update docs references for ansible-test. (#60109)Matt Clay2019-08-052-3/+1
| | | | | | * Remove outdated info from azure-requirements docs. * Correct validate-modules usage.
* Clean up old ansible-test references and code. (#60103)Matt Clay2019-08-051-1/+1
| | | | | * Remove obsolete ansible-test retry.py. * Use ansible-test from bin/ intead of test/runner/.
* ecs_taskdefinition_facts: rename to ecs_taskdefinition_info (#60023)Felix Fontein2019-08-051-0/+1
| | | | * Rename ecs_taskdefinition_facts to ecs_taskdefinition_info.
* Try to clarify the wording (#59956)Toshio Kuratomi2019-08-021-17/+20
| | | | | | | | | | | * Try to clarify the wording People were confused by this paragraph. They read it as Ansible won't auto-detect the python interpreter until 2.12. Tried to reword it so that they'll see that Ansible will auto-detect it currently if /usr/bin/python is not present and in the future will always autodetect. * Format the other instances of /usr/bin/python using :command:
* Google: gcpubsub_facts -> gcpubsub_info (#57668)Felix Fontein2019-08-021-0/+1
| | | | | | * Rename gcpubsub_facts -> gcpubsub_info. * Update porting guide and add changelog fragment.
* Remove obsolete docs on pep8 sanity test.Matt Clay2019-08-021-36/+1
|
* Support Ericsson device management (#59277)itercheng2019-08-012-0/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Support Ericsson device management * modify code * modify error * delete redundant file * delete file * modified error * modify additional file name * delete code * add blank line * delete redundant code * add platform_eric_eccli.rst * modify syntaxError * modify document * modify error * modify maintaners * modify document * add end_string
* VMware: Refactor vmware_cluster into several modules (#58468)Mario Lenz2019-08-011-0/+5
| | | | | | | | | | Refactor vmware_cluster into several modules (vmware_cluster, vmware_cluster_drs, vmware_cluster_ha and vmware_cluster_vsan) as discussed in #58023. vmware_cluster lacks a lot of configuration options for DRS, HA and vSAN. Implementing them all in vmware_cluster would make the module hard to maintain. Therefore, splitting it into several modules and implementing the missing configuration options in them seems a good idea to me. This is step one, refactoring vmware_cluster into several modules. Step two, implementing more configuration options for DRS, HA and vSAN, will follow.
* Add vyos_interfaces resource module (#58589)Nilashish Chakraborty2019-07-311-0/+2
| | | Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
* clarify what a namespace is or is not (#59809)Sandra McCann2019-07-311-7/+9
|
* Modules to manage ICX devices (#58969)sushma-alethea2019-07-312-0/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * new module * new terminal * new terminal * new cliconf * cliconf * icx cliconf * icx_cliconf * icx test units module * icx units module * icx banner unit test * PR changes resolved * changes resolved * Changes Resolved * check_running_config changes resolved * added notes * removed icx rst * new commit * new changes * deleted icx rst * icx .rst * modified platform_index.rst * modified platform_index.rst * changes resolved * PR comments resolved * Update platform_index.rst PR comment resolved
* Windows Setup doc; offer 10x perf improvement (#58259)Peter Mounce2019-07-302-0/+62
| | | | | * Windows Setup; document 10x perf improvement
* #54195 List supported platforms for RH customers (#59654)Steven B2019-07-301-0/+6
| | | | * #54195 List supported platforms for RH customers
* Render elements in module doc and sanity test for sub-options (#59244)Ganesh Nalawade2019-07-302-0/+3
| | | | | | | | | | | | | | | | | | | | * Render elements in module doc and sanity test for suboptions * Add support to render module elements value in ansible-doc output module html * Add validate-module sanity test of sunoptions. * Add current validate module failures to ignore list * Fix CI failure * fix rebase conflict * Fix CI issues * Fix review comments * Add validate-modules failure in ignore list