Martin Krizek
e3a847a142
git: fix archive when update is set to no ( #31829 )
2017-10-31 13:56:40 +01:00
Satyajit Bulage
52aa522c19
google: PEP8 compliancy fixes ( #32309 )
...
This PR includes:
- PEP8 compliancy fixes
- Documentation fixes
Signed-off-by: Satyajit Bulage <sbulage@redhat.com>
2017-10-31 10:53:31 +01:00
Paul Neumann
53fead7c96
ios_logging: Fix some smaller issues, add unit test ( #32321 )
...
* ios_logging: Fix typo in documentation
* ios_logging: Fix traceback when setting buffered destination without size
When the size parameter is not configured while configuring the buffered
destination, a traceback occurs due to the fact that validate_size expects the
parameter to be an int. Explicitely converting value to int makes the
check work for every case.
* ios_logging: Update size parameter documentation
Update the documentation of the size paramter to reflect the current behaviour
of setting a default of 4096 for the buffered dest.
* ios_logging: Add unit test
Add unit test for ios_logging testing the behaviour clarified in the previous
commits.
* ios_logging: Fix python 2.6 compliance
2017-10-31 09:25:07 +05:30
Prasad Katti
a2e4196c11
[aws] Document boto3 requirement ( #32329 )
2017-10-31 09:49:30 +10:00
UnderwayNYC
11faafcbf7
Fix error when there are no docker volumes present yet ( #28145 )
...
* Fix error when there are no docker volumes present yet
* fixes suggested by Shippable
2017-10-30 15:53:08 -04:00
Brian Coca
c3564096cd
Inventory and varmanager updates ( #32054 )
...
* better parsing erros
* fix inventorydata serialization
* dicts fix
2017-10-30 14:55:13 -04:00
Brian Coca
e70c0afc5e
now with_dict allows for direct 'lookup' usage
...
fixes #32067
2017-10-30 14:52:58 -04:00
Joseph S. Tate
77061f5521
ec2_lc - cast volume_size for an EBS volume to an int ( #32291 )
2017-10-30 14:41:40 -04:00
Brian Coca
75a6f9dbc2
remove misleading group vars as they are flat ( #32276 )
...
* remove misleading group vars as they are flat
* fixed vars display
2017-10-30 12:59:43 -04:00
Brian Coca
e05dacfe91
more info on yaml errors
...
print yaml's 'problem'
2017-10-30 12:39:30 -04:00
Brian Coca
64220fcbcc
ensure we always have a basedir
2017-10-30 12:28:09 -04:00
nilhase25
1a43038bc2
Pep8 aos login.py ( #32312 )
...
* fix pep8 issue in consul_kv.py
* fix pep8 issue in aos_login.py
2017-10-30 21:56:34 +05:30
Tim Rightnour
f7f262adc7
Add the ability to rename a snapshot, or change it's description. ( #31441 )
...
Also add tests for vmware_guest_snapshot, but disable them due to
vcsim not fully supporting such operations yet.
Implement changes suggested in review. Also fix same in remove_or_revert_snapshot() for consistency
2017-10-30 12:20:03 -04:00
Prasad Katti
f78f93e646
Added some more info about the aws_s3 module's overwrite option ( #31819 )
2017-10-30 11:22:05 -04:00
James Tanner
ded0b6ed83
Change the ssh+sudo debug messages to vvv for easier troubleshooting in awx+tower
2017-10-30 10:41:50 -04:00
James Sumners
4a19482413
Add check for sv binary ( #32250 )
...
* Add check for sv binary
This commit adds a check for the sv binary. If the binary is not present
then the module will fail.
Resolves issue #32248
* Change sv check to suggestion by @bcoca
2017-10-30 09:59:41 -04:00
nilhase25
9cff2c376b
fix pep8 issue in consul_kv.py ( #32310 )
2017-10-30 11:37:52 +01:00
Dag Wieers
b0954dbeb4
Fix typo
2017-10-30 11:14:06 +01:00
Ken Evensen
8724ff3eae
pamd: fix issue with trailing commas in module_arguments
2017-10-30 08:24:21 +01:00
paulquack
7f92741c3d
Remove references to provider in documentation, update license ( #32242 )
2017-10-30 12:34:29 +05:30
Jordan Borean
6bc85744ef
win_uri: fix elif to elseif ( #32330 )
2017-10-30 10:43:43 +10:00
Willem van Ketwich
310eb833a4
EC2 AMI boto3 modifications ( #28506 )
...
Migrate ec2_ami module to boto3
2017-10-30 10:20:27 +10:00
Dag Wieers
16bbc19674
subversion: PEP8 compliancy and doc fixes ( #30909 )
...
This PR includes:
- PEP8 compliancy fixes
- Documentation fixes
2017-10-30 01:09:00 +01:00
Dag Wieers
86bb82a220
user: PEP8 compliancy and doc fixes ( #30895 )
...
This PR includes:
- PEP8 compliancy fixes
- Documentation fixes
2017-10-30 01:06:37 +01:00
Dag Wieers
63edeb1644
systemd: PEP8 compliancy and doc fixes ( #30892 )
...
This PR includes:
- PEP8 compliancy fixes
- Documentation fixes
2017-10-30 01:04:57 +01:00
Dag Wieers
8b2bf09c49
service: PEP8 compliancy and doc fixes ( #30890 )
...
This PR includes:
- PEP8 compliancy fixes
- Documentation fixes
2017-10-30 01:03:54 +01:00
Dag Wieers
edc0ff481c
seboolean: PEP8 compliancy and doc fixes ( #30888 )
...
This PR includes:
- PEP8 compliancy fixes
- Documentation fixes
2017-10-30 01:02:45 +01:00
Dag Wieers
32775b0caa
hostname: PEP8 compliancy and doc fixes ( #30886 )
...
This PR includes:
- PEP8 compliancy fixes
- Documentation fixes
2017-10-30 01:00:49 +01:00
Dag Wieers
3ae42afbc7
getent: PEP8 compliancy and doc fixes ( #30885 )
...
This PR includes:
- PEP8 compliancy fixes
- Documentation fixes
2017-10-30 00:58:04 +01:00
Dag Wieers
11f8d9659d
at: PEP8 compliancy and doc fixes ( #30881 )
...
This PR includes:
- PEP8 compliancy fixes
- Documentation changes
2017-10-30 00:56:54 +01:00
Dag Wieers
babc2354a5
lineinfile: pylint fixes and docs ( #30854 )
...
This PR includes;
- pylint fixes
- Documentation updates
2017-10-30 00:55:14 +01:00
Dag Wieers
2f8c88b687
file: pylint fixes and docs ( #30849 )
...
This PR includes;
- pylint fixes
- Documentation updates
2017-10-30 00:53:44 +01:00
Dag Wieers
a6415f9ad9
copy: pylint and docs ( #30847 )
...
This PR includes;
- pylint fixes
- Documentation updates
2017-10-30 00:52:45 +01:00
Dag Wieers
e365085644
acl: pylint fixes and docs ( #30841 )
...
This PR includes;
- pylint fixes
- Documentation updates
2017-10-30 00:52:10 +01:00
Dag Wieers
c46401e41f
tempfile: PEP8 compliancy, pylint and docs ( #30859 )
...
This PR includes;
- PEP8 compliancy fixes
- pylint fixes
- Documentation updates
2017-10-30 00:51:19 +01:00
Dag Wieers
f64a8f58a3
synchronize: PEP8 compliancy, pylint and docs ( #30858 )
...
This PR includes;
- PEP8 compliancy fixes
- pylint fixes
- Documentation updates
2017-10-30 00:49:47 +01:00
Dag Wieers
19c3c7fe44
blockinfile: PEP8 compliancy, pylint and docs ( #30845 )
...
This PR includes;
- PEP8 compliancy fixes
- pylint fixes
- Documentation updates
2017-10-30 00:43:18 +01:00
Dag Wieers
fb18e27d87
assemble: PEP8 compliancy, pylint and docs ( #30844 )
...
This PR includes;
- PEP8 compliancy fixes
- pylint fixes
- Documentation updates
2017-10-30 00:41:47 +01:00
Dag Wieers
0129b96065
archive: PEP8 compliancy, pylint and docs ( #30842 )
...
This PR includes;
- PEP8 compliancy fixes
- pylint fixes
- Documentation updates
2017-10-30 00:39:30 +01:00
Dag Wieers
a4e077b357
Fix typos and docs
2017-10-30 00:37:06 +01:00
Will Thames
08d81b970d
Amazon kms_facts module ( #26733 )
...
* Amazon kms_facts module
Facts module for Amazon's Key Management Service
* kms_facts provide aliases
Return aliases for keys
Provide `alias` as a filter
Cope when tags can't be listed
Ensure everything is properly snake cased
* Rename kms_facts to aws_kms_facts
There may be conflicting KMS modules for other providers otherwise.
* Fix documentation, add aliases cache
Aliases are called many times, so add a cache
* Reduce amount of info on deleted keys
Getting info on a key is costly (2s) per key, so reduce
info on deleted keys.
* Add policy information to facts
* aws_kms_facts version update
Fix ridiculously long RETURN line
* Remove dangerous-default-value from aws_kms_facts
2017-10-30 09:10:11 +10:00
Trond Hindenes
e3fc53b6fc
Added info to win_service docs ( #32320 )
...
* Added info to win_service docs
* minor typo fix
2017-10-30 05:43:18 +10:00
Aniket Khisti
27694f6909
PEP8 compliancy for os_server_volume module ( #32306 )
2017-10-29 14:15:32 +05:30
Toshio Kuratomi
2e12a5f8c2
Revert "Removed a force conditional ( #28851 )" ( #32282 )
...
This reverts commit 07acc579db
.
On closer examination of this code, the conditional that had force in it
was not a parent of this one. So handling of force is needed i both
branches.
See the recent comments on #23391
2017-10-28 18:35:32 +10:00
Tim Rupp
2a5f6c28cf
Adds bigip_asm_policy module ( #32281 )
...
This module can be used to import asm policies from file or existing
template. Supported file types are xml, compact xml, and binary
2017-10-27 22:31:52 -07:00
Tim Rupp
a16db95ddb
Adds the bigip_ssl_key module ( #32270 )
...
This module's purpose is to specifically manage the ssl keys. It
is essentially the key component of the bigip_ssl_certificate module.
The modules were separated and the key portion deprecated from
bigip_ssl_certificate in favor of this module.
2017-10-27 12:52:52 -07:00
Brian Coca
e010fcf7e1
added debug info when skipping undef
2017-10-27 12:16:16 -04:00
Sloane Hertel
27b2c3bd25
lambda: fix undefined variable and initially define account_id as None ( #32249 )
2017-10-27 09:40:01 -04:00
Prasad Katti
033a6a1560
[ec2_ami_copy] Add return documentation ( #32012 )
2017-10-27 09:05:50 -04:00
Patrick Ogenstad
81f34cd01c
Remove asa_template action plugin ( #32233 )
...
Since the asa_template module has been deprecated this action plugin
is no longer needed.
2017-10-27 13:53:09 +01:00