1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
Commit graph

40034 commits

Author SHA1 Message Date
Tim Rupp
e619052424
Fixes multiple lgtm issues ()
Most of the issues were just inclusions of code that were not used.
This cleans those up. Other alerts were semi-false-positives for now
2018-09-13 15:26:17 -04:00
Matt Martz
e68f895e61
Support empty files with piped transfer_method. Fixes () 2018-09-13 13:53:36 -05:00
Vibhav Sinha
e26d758d6f fix gce_backend_service examples for healthchecks ()
gce_backend_service module expects healthchecks to be an array of string. The previous example incorrectly mentioned healthchecks as an array of objects each containing a `name` key.
2018-09-13 13:47:43 -05:00
Garfield Lee Freeman
f5c35bc7f9 updating modules/network/panos reviewers () 2018-09-13 19:17:53 +01:00
Kevin Breit
3b38bf377e meraki - Remove YAML formatting on JSON code block ()
* Remove YAML formatting on JSON code block
2018-09-13 13:16:32 -05:00
Pilou
9984c0fd40 hashi_vault lookup: add integration tests ()
* hashi_vault lookup: add integration tests

* hashi_vault lookup tests: use ansible-ci-files
2018-09-13 19:13:57 +01:00
Dag Wieers
afea00fa9f Improve the local toctree (and title) ()
Make toctree for Windows dev guide local, remove 'Ansible' from the title, since
this documentation is about Ansible.
2018-09-13 13:12:43 -05:00
Tim Rupp
34d08adea0
Fixes lgtm alert ()
Alert was for an include that was not used.
https://lgtm.com/projects/g/ansible/ansible/latest/files/lib/ansible/modules/network/f5/_bigip_facts.py?sort=name&dir=ASC&mode=heatmap&showExcluded=false#L98
2018-09-13 13:45:55 -04:00
Dag Wieers
6999bf318f Fix link and toctree () 2018-09-13 12:38:49 -05:00
Michael Scherer
de84a05bf4 Remove unused import iControlUnexpectedHTTPError ()
Since that's unused in the code, no need to import it.
This got flagged by linter
2018-09-13 13:16:23 -04:00
Anton Nikulin
b7263eab1d Store Authorization header inside HttpApi connection plugin () 2018-09-13 19:34:30 +05:30
Nathaniel Case
285b927889
network command modules cleanup ()
* Standardize _command modules

* Centralize command transformation process

* Fix check mode error test
2018-09-13 08:55:35 -04:00
Zim Kalinowski
df768914a1 adding sql firewall rule facts () 2018-09-13 17:54:58 +08:00
Strahinja Kustudic
8d8df46fe6 Add an error message if a pkg cannot be removed, fixes () 2018-09-13 02:54:38 -04:00
tterranigma
cc477ec920 Update fileglob.py ()
* Update fileglob.py

Closes 

* Update fileglob.py
2018-09-13 12:10:00 +10:00
Nathaniel Case
3d0f19d8cd
Exclude the whole ansible_failed_task block ()
It has lots of FieldAttributes that won't serialize.
Also the connection doesn't care.
2018-09-12 21:17:24 -04:00
Jordan Borean
d81249994e
win_script: add support for become and centralise exec wrapper builder ()
* win_script: add support for become and centralise exec wrapper builder

* satisfying the pep8 gods

* do not scan for module dependencies when running as a script
2018-09-13 08:50:13 +10:00
Sam Doran
03dbb1d9c4 Improve code stability is checksum checking
- use context manager for dealing with the checksum file
- use loop that can tolerate zero, one, or more items return rather than the previous expression which would break if anything other than exactly one item was returned
2018-09-12 15:29:15 -07:00
Martin Nečas
2a3f3382fd Ovirt add rename functionality ()
* add renaming of ovirt
* add renaming func to ovirt cluster
* ovirt update examples in docs
2018-09-12 14:36:06 -07:00
Pilou
95649dc793 FAQ: fix a typo, add link to 'vars' lookup ()
* FAQ: add link to vars plugin doc

* Typo (s/Techinically/Technically/)
2018-09-12 17:33:07 -04:00
Jon "The Nice Guy" Spriggs
ab2e6fded1 Show multi-line messages in debug documentation ()
* Show multi-line messages in debug documentation

* Add two-line entry
* Indicate that jinja2 filters are not applied here

* Fix to incorrect documentation change
2018-09-12 16:55:48 -04:00
Ferdinand Holzer
3c083837c0 Clarify how java_cert checks keystore certificates () 2018-09-12 15:51:37 -05:00
Dag Wieers
310b0a2521 Docs: Make docsite rebuilds smarter/faster ()
* Make the following scripts  idempotent so that we only have to rebuild changed docs, not all docs:

  * plugin_formatter
  * generate_man
  * dump_keywords.py
  * dump_config.py
  * testing_formatter.sh
2018-09-12 13:50:36 -07:00
Alicia Cozine
6e68d77f6d adds license details to dev guide pages ()
* adds license details to dev guide pages

* fixes capitalization error
2018-09-12 16:10:38 -04:00
Tim Rupp
e266a24263
Fixes bugs in the bigip_software modules ()
This patch makes hotfix code work, where before, only base images
were working
2018-09-12 15:56:43 -04:00
FloMiau
e35c4be1c1 Change "Defaulting Undefined Variables" ()
Rewording the text for the second parameter of default because the original text was misunderstandable. +label: docsite_pr
2018-09-12 14:52:22 -05:00
Brian Coca
1ed57f1f64 moving from with_ff to just ff () 2018-09-12 15:35:04 -04:00
Evert
f7ef06e849 Added a note regarding the delegate_facts option. ()
* Added a note regarding the delegate_facts option with a link to documentation
2018-09-12 14:30:05 -05:00
Sky Moore
d427df1ad8 Update README.md ()
Update Arch packaging README.md with link and package mgr options
2018-09-12 14:02:14 -05:00
Richard Schwab
ea8924f744 Make it clear that recurse only applies to state=directory ()
This would otherwise cause confusion as it could be interpreted as only changing attributes for directories (and not files inside).

+label: docsite_pr
2018-09-12 13:00:49 -04:00
Nathaniel Case
0b433b3ea9
Clean up after cnos tests () 2018-09-12 12:17:29 -04:00
Anil Kumar Muraleedharan
ac58c36ad0 Lenovo cli bugfixes ()
* To change all CLIs present in the code to latest CNOS CLI. One bug of executing with Lenovo Jakku switch is also getting fixed.

* To change the file names as the commands have changed from display to show

* To change to new CLI in test_cnos_comand.py as well
2018-09-12 10:31:45 -04:00
Dag Wieers
cbf2c2a000 Fix integration tests ()
I doubt this is the correct test, but until we have this fixed/improved
at least this works fine.
2018-09-12 19:34:50 +05:30
thetuxkeeper
11cfa96797 fixing bytes <-> str regexp issue in cloudengine () 2018-09-12 09:59:42 -04:00
abirami-n
06fd9820a3 Fixes handling of terminal_initial_prompt on dellos6 and dellos9 devices ()
* Fix terminal initial prompt on dellos6 and dellos9

* Fix_pylint
2018-09-12 19:28:32 +05:30
Nathaniel Case
eaf01d321f
eos: Don't error on VLAN missing warning () 2018-09-12 09:55:23 -04:00
Ghilli3
6040175186 Initial commit of fmgr_sys_proxy.py () 2018-09-12 19:18:27 +05:30
Zim Kalinowski
73c8041ec0 Azure load balancer crash fix () 2018-09-12 16:25:35 +08:00
Martin Krizek
3e508aa271
BOTMETA: fix notified key () 2018-09-12 07:43:28 +02:00
Zim Kalinowski
111febe62e extended vmss facts () 2018-09-12 13:22:47 +08:00
Brian Brooks
0198d93f68 Update keycloak_client.py ()
Slightly improve wording about lack of input sanity checking on API calls.

+label: docsite_pr
2018-09-12 06:22:54 +02:00
Matt Clay
c50d6f1944 Update RHEL and FreeBSD versions used for tests:
- RHEL 7.4 -> 7.5
- FreeBSD 11.1 -> 11.2
2018-09-11 20:57:57 -07:00
Zim Kalinowski
821c27cefb fixed tag support in autoscale facts ()
* fixed tag support in autoscale facts

* forgot to add tags to arg spec
2018-09-11 23:00:58 -04:00
Deepak Agrawal
81214409cf
asa_config/ios_config: diff strict does not work with multiple parents ()
* multiple parents issues in diff

* Integration tests for missing functionality

* add testcase for other platforms. vnxos does not support qos so need to find a command chain on v-nxos for multiple parets. junos uses on-device diff so should not need this.

* Fix for issue when any candidate parent did not meet the exact line in running-config

* DCI runs eos_config without become flag
2018-09-12 07:50:24 +05:30
Michael Scherer
004621ef8e Fix useless comparaison between 2 constants ()
Found with https://lgtm.com
2018-09-11 19:37:50 -04:00
Jose Delarosa
197059b4a2 Update the root URI to match the DMTF specification () 2018-09-11 19:15:59 -04:00
Alicia Cozine
228fee4f3a lineinfile note belongs in changelog for 2.6, not 2.7 () 2018-09-11 22:00:40 +01:00
Brian Coca
e9c2695ce7 updated fbsd install instructions () 2018-09-11 15:55:21 -05:00
Kerry
bf90a44468 Clarify the creates and removes options ()
* Clarify the creates and removes options

The description for the creates and removes options were worded poorly. This change improves readability and is easier to understand.

 Double negatives are BAD

+label: docsite_pr

* Fix trailing whitespace
2018-09-11 15:45:19 -05:00
tterranigma
f68cd1acc6 Update implicit_localhost.rst ()
Adds a clarification about `inventory_dir/file` magic variables when using implicit localhost as per  . +label: docsite_pr
2018-09-11 15:17:50 -05:00