Dag Wieers
86147d598f
Various improvements to script module docs ( #44637 )
...
This PR includes:
- Use uppercase in descriptions
- Add trailing dot to descriptions
- Grammar/spelling fixes
- Adding names to examples as a best practice
- Simplify structure
6 years ago
Chris Coley
ce5530e08d
Fix incorrect default value for shutdown_command ( #44607 )
6 years ago
Ihor Dvoretskyi
5d5782ce9d
Fixed links to the CLI clients ( #35792 )
...
CLI clients link is incorrect, fixed.
6 years ago
Yanis Guenane
9869f378fd
inventory/vultr: Few minor improvements ( #44622 )
6 years ago
Yuma Inaura (稲浦悠馬)
34c582287a
Fix script module document ( #42778 )
...
script module seems does not create / remove files
it seems only checks file existence or not existence
+label: docsite_pr
6 years ago
linnil1
1651483e44
[Junos] Add l3-interface option for vlan ( #43863 )
...
* [Junos] Add l3-interface option for vlan
* Add version_added for new option
6 years ago
Ganesh Nalawade
b454fbe684
Update netconf_config module doc and return diff ( #44634 )
...
* Update netconf_config module doc
* Return santizied before and after config
in diff key
6 years ago
Ganesh Nalawade
d20b4ee56a
Fix netconf_config source option issue ( #44630 )
6 years ago
Yanis Guenane
957c90934a
BOTMEA: Add for lib/ansible/plugins/inventory/vultr.py ( #44623 )
6 years ago
Alex Mayer
e4e45a419a
Firewalld: Switch "true" To "yes" In Examples ( #44588 )
...
Matches documentation section values
Make module examples more consistent with core modules
6 years ago
Abhijeet Kasurde
f59d189d02
Minor typo fix in package module documentation ( #44617 )
...
Added missing round bracket
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 years ago
Samer Deeb
a07af2a1f7
issue:43021 add support for onyx version 3.6.6000 and above ( #44527 )
...
* issue:43021 add support for onyx version 3.6.6000
Signed-off-by: Samer Deeb <samerd@mellanox.com>
* issue:43021 add support for onyx version 3.6.6000
Signed-off-by: Samer Deeb <samerd@mellanox.com>
6 years ago
Ondra Machacek
56b9823bb8
ovirt_vm: Fix undefined variable ( #44618 )
...
Fix unassigned variable while suspending vm.
6 years ago
Trishna Guha
8b175d99c6
ignore file_pull ( #44614 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
6 years ago
Abhijeet Kasurde
33f5b1aa0f
VMware: new module: vmware_local_role_facts ( #44553 )
...
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 years ago
Matt Clay
c2d16b754d
Move azure_rm_appgateway certs into files.
...
This avoids ~20 minutes of runtime on the no-tests-as-filters sanity test.
6 years ago
Toshio Kuratomi
f46c943d3d
Fix another corner case of too many warnings for world readable current working directory
...
There should be no warning if there is no ansible.cfg file i nthe
current working directory.
6 years ago
Toshio Kuratomi
8ed7e80fc8
Remove from roadmap, thing that aren't going to make it for 2.7 ( #44481 )
...
* Remove from roadmap, thing that aren't going to make it for 2.7
* Added actual Windows roadmap deliverables
6 years ago
Sam Doran
4d9218cec4
Add reboot action plugin ( #35205 )
...
* Update docs
* Add reboot action plugin
Refactor win_reboot so it is subclassed from reboot
* Use new connection methods
* Test fixes
* Use better uptime command for Linux
Use who -b to get the last time the system was booted rather than uptime, which changes every second.
* Use distribution specefic commands and flags
Query the managed node to determien its distribution, then set the appropriate command and flags.
* Tune debug messages a bit
* Update module docs with details about pre_reboot_delay
s docs
* Ensure that post_reboot_delay is a positive number
* Remove the stringification
* Add integration tests
* Make sure aliases are honored
* Handle systems that have an incorrect last boot time
SystemD and fakehw-clock do not properly set the
last boot time and instead always set it to epoch.
Use a different command if that is the case.
* Copyright and encoding fixes
* Minor fixes based on feedback
* Add exponential backoff to sucess check method
* Update integration test
Skip the integration test if it would try to reboot the control node. We need a new mechanism to account for this scenario in ansible-test, so tests must currently be run manually for this plugin.
* Update integration test
Skip the integration test if it would try to reboot the control node. We need a new mechanism to account for this scenario in ansible-test, so tests must currently be run manually for this plugin.
* Fail early with running with local connection
* Update docs based on feedback
* minor refactoring, state mgmt changes
6 years ago
Will Thames
60e3af42d5
sns_topic boto3 port ( #39292 )
...
* Port sns_topic to boto3 and add tests
6 years ago
Stephen SORRIAUX
a78cc15099
Add new parameters to manage mtime and atime for file module, fixes #30226 ( #43230 )
...
* Add new parameters related to mtime and atime for file module, fixes #30226
6 years ago
Balthazar Rouberol
1b3f074ec6
Change DataDog to Datadog ( #34273 )
6 years ago
Brian Coca
9cc56981b5
Add new host_pinned strategy ( #44586 )
...
The 'free' strategy still attempts to do all hosts per task before going to the next, it just doesn't wait for slow hosts,
This strategy processes each host as fast as possible to the end of the play before trying to process another host in the pool.
6 years ago
Matt Clay
3fb5056606
Fix PEP8 issue.
6 years ago
Sloane Hertel
79ecb4c41f
Add diff mode for ec2_group ( #44533 )
...
* Add (preview) diff mode support ec2_group
* Add diff mode to some ec2_group integration tests
* Remove unnecessary arguments and add comment to the module notes
* Add changelog
6 years ago
Sloane Hertel
b152515fcb
RDS inventory plugin ( #41919 )
...
Comments out uses of rds_instance in the integration tests and replace with AWS CLI until rds_instance has been merged
6 years ago
Dag Wieers
3d70274864
Added an async 'started' test (like 'finished') ( #43445 )
6 years ago
Dag Wieers
cc2164f92a
ACI: Add specific info about running locally ( #43903 )
...
Since the ACI modules (like most network-related modules) run on the
local controller, this PR adds the necessary details so users are aware
of this particular feature.
6 years ago
Matt Clay
18da873531
Ignore CentOS 6.10 for passwordstore test.
6 years ago
Yanis Guenane
a791bd2059
BOTMETA: Create a $team_scaleway and add Spredzy in it ( #44597 )
6 years ago
Abhijeet Kasurde
419e09d9ec
botmeta: IPA: Notify IPA team for module_utils changes ( #44577 )
...
Add team_ipa for changes in module_utils/ipa.py
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 years ago
Matt Martz
242e9229a1
Pin deprecation of tags in params for include to deprecation of include ( #44596 )
6 years ago
Felix Fontein
0e6234ab04
Adding module which allows to complete certificate chains ( #44169 )
...
* Adding certificate_complete_chain module.
* Avoid code smell errors.
* Removing input_chain_src.
* Make sure line ending is there.
6 years ago
Yanis Guenane
72d4880b85
Vultr: Introduce the Vultr inventory plugin ( #44400 )
...
This commit introduce the Vultr inventory plugin.
6 years ago
sirkubax
07375be490
Fix docs errors ( #33704 )
6 years ago
Tim Rupp
14909e76ec
Adds features to device connectivity ( #44598 )
...
Adds new parameter and removes f5-sdk
6 years ago
Tim Rupp
9c12d845ab
Removes f5-sdk code from bigip modules ( #44595 )
...
This patch is part of an ongoing effort to fully remove the f5sdk
from the f5 modules.
6 years ago
GElkayam
4bea004a4e
Fix assign_public_ip: no disregarded ( #29691 ) ( #43954 )
...
in case assign_public_ip is False, it is not handled.
6 years ago
Pilou
9e072c7501
botmeta: scaleway isn't core ( #44511 )
6 years ago
Tim Rupp
05920b92d6
Misc fixes to bigip modules. ( #44594 )
...
Adding docs, formatting docs, adding validation checks and values
6 years ago
Matt Martz
2787bda0fa
Deprecated version should be an explicit version number ( #44593 )
6 years ago
Tim Rupp
1fd6821db0
Add parameter and remove netaddr ( #44584 )
...
This patch adds a description parameter to most fields. It also removes
netaddr from the modules.
6 years ago
Matt Clay
31a5b874a1
Use runtime instead of datetime for test output.
6 years ago
Alan Rominger
34b36d5178
add missing entry to package_data ( #44585 )
6 years ago
Matt Martz
dab975d302
Unit tests for ansible.playbook.become ( #38541 )
6 years ago
Jose Rodriguez
14e3febb2c
Prevent utf-8 codec error in py3 ( #44228 )
...
Cannot upload templates in Python 3.x. Gives utf-8 codec error.
Fixes this by opening the template file in binary mode.
6 years ago
Matt Martz
aa07da21a3
Bump sudo/su deprecation to 2.9 ( #44581 )
6 years ago
Alex Mayer
4002be6960
Firewalld: Add bool Type To permanent In Docs ( #44579 )
6 years ago
Zim Kalinowski
1704c5932a
adding app gateway module ( #39940 )
...
* adding app gateway module
* improved application gateway
* added register output
* subnet_output
* debugging
* dumping params
* fix dump
* fixed mapping
* fixed bug
* fixed param problem
* small fixes in code and added sample test
* fixed syntax
* fixing sanity stuff
* sanity fixes
* more sanity tests fixed
* added azure_tags
* tags
* pruning app gateway
* pruning app gateway
* string -> str
* removed type: str
* trying to add idempotency
* fixed syntax
* fix sanity
* fixed bugs
* fixed error
* disabled ssl policy check for a while
* fixed dict comparison
* fixed syntax
* compare just http listeners & frontend ports
* fix syntax
* syntax
* syntax
* just compare sku
* fix syntax
* just http settings collections
* fixing appgw module
* make it green
* fix items issue
* compare all arrays
* fixed sanity
* adding snake_to_camel transformations
* fix
* another fix
* snake to camel
* additional snake to camel fixes
* fixed public ip address conversion
* version added is now 2.7
* changed alias
* dict_merge
* added ssl policy spec
* fixed new sanity issue
* renamed module
* fixed ssl policy translation
* added test for ssl & certificates
* updated doc
* fixed docs improved tests
* fix
* fixed test
6 years ago
Tim Rupp
5a020e7170
Minor fixes and enhancements to bigip modules ( #44549 )
...
Various cleanup and fixes in docs and iterations.
6 years ago