Brian Coca
3e80f9caf4
luseradd defaults to creating w/o need for -m ( #32411 )
...
and -M is incorrect in this case
7 years ago
Tim Rupp
8c5cd9c530
Removes bigip_command from the skip file ( #32407 )
...
Includes fixes and enhancements to make it unnecessary to include this
module in the skip file
7 years ago
Brian Coca
bd321a0af6
adjust nohome param when using luser
...
fixes #32199
7 years ago
Brian Coca
95b31a3b61
Playbook dir option ( #32275 )
...
* initial add of basedir
Allows you to set a 'playbook dir' for adhoc, inventory and console to allow for 'relative path loading'
7 years ago
Tim Rupp
8037eb7474
Various fixes for bigip_remote_syslog ( #32404 )
...
This patch addresses a number of issues, large and small, that were
identified by users in the downstream repo.
* formatting of some code
* specific option combinations leading to errors
* missing includes for unit tests
7 years ago
Brian Coca
43714a0091
corrected package docs
7 years ago
Will Thames
710d1f074e
Allow health_check_port to be a string ( #32228 )
...
Setting health_check_port to 'traffic-port' allows the health
check to use the target's traffic port.
7 years ago
Jim Gu
d23da2e494
add support to vmware_guest for template => vm conversion ( #31607 )
...
* add support to vmware_guest for template => vm conversion
While the vmware_guest currently supports conversion of VMs to templates
using the is_template argument, it does not support the inverse:
converting templates back into VMs. This change adds that
functionality.
When converting a template back into a VM, the extra config option
"uuid.action" is also set so that VMware will automatically create a new
UUID for the converted VM. If the "uuid.action" setting is already
configured, it will not be modified. Setting this prevents an
interactive question from being raised when attempting to boot the VM.
* Add integration tests for vmware_guest is_template
* Add additional idempotency test for vmware_guest is_template
7 years ago
Martin Krizek
e3a847a142
git: fix archive when update is set to no ( #31829 )
7 years ago
Satyajit Bulage
52aa522c19
google: PEP8 compliancy fixes ( #32309 )
...
This PR includes:
- PEP8 compliancy fixes
- Documentation fixes
Signed-off-by: Satyajit Bulage <sbulage@redhat.com>
7 years ago
Ganesh Nalawade
5d1ed1fc25
Fix platform agnostic network integration test cases ( #32378 )
...
* Fix platform agnostic network test cases
* Fix vyos_interface CI failure
7 years ago
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
7 years ago
Prasad Katti
a2e4196c11
[aws] Document boto3 requirement ( #32329 )
7 years ago
Matt Martz
be9cc70b74
Fix patching to epel package
7 years ago
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
7 years ago
Brian Coca
c3564096cd
Inventory and varmanager updates ( #32054 )
...
* better parsing erros
* fix inventorydata serialization
* dicts fix
7 years ago
Brian Coca
e70c0afc5e
now with_dict allows for direct 'lookup' usage
...
fixes #32067
7 years ago
Joseph S. Tate
77061f5521
ec2_lc - cast volume_size for an EBS volume to an int ( #32291 )
7 years ago
Brian Coca
75a6f9dbc2
remove misleading group vars as they are flat ( #32276 )
...
* remove misleading group vars as they are flat
* fixed vars display
7 years ago
Brian Coca
e05dacfe91
more info on yaml errors
...
print yaml's 'problem'
7 years ago
Brian Coca
64220fcbcc
ensure we always have a basedir
7 years ago
nilhase25
1a43038bc2
Pep8 aos login.py ( #32312 )
...
* fix pep8 issue in consul_kv.py
* fix pep8 issue in aos_login.py
7 years ago
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
7 years ago
Prasad Katti
f78f93e646
Added some more info about the aws_s3 module's overwrite option ( #31819 )
7 years ago
James Tanner
ded0b6ed83
Change the ssh+sudo debug messages to vvv for easier troubleshooting in awx+tower
7 years ago
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
7 years ago
nilhase25
9cff2c376b
fix pep8 issue in consul_kv.py ( #32310 )
7 years ago
Dag Wieers
b0954dbeb4
Fix typo
7 years ago
Dag Wieers
005c1ce7ba
Sort the PEP8 legacy files ( #32339 )
7 years ago
Ken Evensen
8724ff3eae
pamd: fix issue with trailing commas in module_arguments
7 years ago
paulquack
7f92741c3d
Remove references to provider in documentation, update license ( #32242 )
7 years ago
Jordan Borean
6bc85744ef
win_uri: fix elif to elseif ( #32330 )
7 years ago
Willem van Ketwich
310eb833a4
EC2 AMI boto3 modifications ( #28506 )
...
Migrate ec2_ami module to boto3
7 years ago
Dag Wieers
16bbc19674
subversion: PEP8 compliancy and doc fixes ( #30909 )
...
This PR includes:
- PEP8 compliancy fixes
- Documentation fixes
7 years ago
Dag Wieers
86bb82a220
user: PEP8 compliancy and doc fixes ( #30895 )
...
This PR includes:
- PEP8 compliancy fixes
- Documentation fixes
7 years ago
Dag Wieers
63edeb1644
systemd: PEP8 compliancy and doc fixes ( #30892 )
...
This PR includes:
- PEP8 compliancy fixes
- Documentation fixes
7 years ago
Dag Wieers
8b2bf09c49
service: PEP8 compliancy and doc fixes ( #30890 )
...
This PR includes:
- PEP8 compliancy fixes
- Documentation fixes
7 years ago
Dag Wieers
edc0ff481c
seboolean: PEP8 compliancy and doc fixes ( #30888 )
...
This PR includes:
- PEP8 compliancy fixes
- Documentation fixes
7 years ago
Dag Wieers
32775b0caa
hostname: PEP8 compliancy and doc fixes ( #30886 )
...
This PR includes:
- PEP8 compliancy fixes
- Documentation fixes
7 years ago
Dag Wieers
3ae42afbc7
getent: PEP8 compliancy and doc fixes ( #30885 )
...
This PR includes:
- PEP8 compliancy fixes
- Documentation fixes
7 years ago
Dag Wieers
11f8d9659d
at: PEP8 compliancy and doc fixes ( #30881 )
...
This PR includes:
- PEP8 compliancy fixes
- Documentation changes
7 years ago
Dag Wieers
babc2354a5
lineinfile: pylint fixes and docs ( #30854 )
...
This PR includes;
- pylint fixes
- Documentation updates
7 years ago
Dag Wieers
2f8c88b687
file: pylint fixes and docs ( #30849 )
...
This PR includes;
- pylint fixes
- Documentation updates
7 years ago
Dag Wieers
a6415f9ad9
copy: pylint and docs ( #30847 )
...
This PR includes;
- pylint fixes
- Documentation updates
7 years ago
Dag Wieers
e365085644
acl: pylint fixes and docs ( #30841 )
...
This PR includes;
- pylint fixes
- Documentation updates
7 years ago
Dag Wieers
c46401e41f
tempfile: PEP8 compliancy, pylint and docs ( #30859 )
...
This PR includes;
- PEP8 compliancy fixes
- pylint fixes
- Documentation updates
7 years ago
Dag Wieers
f64a8f58a3
synchronize: PEP8 compliancy, pylint and docs ( #30858 )
...
This PR includes;
- PEP8 compliancy fixes
- pylint fixes
- Documentation updates
7 years ago
Dag Wieers
19c3c7fe44
blockinfile: PEP8 compliancy, pylint and docs ( #30845 )
...
This PR includes;
- PEP8 compliancy fixes
- pylint fixes
- Documentation updates
7 years ago
Dag Wieers
fb18e27d87
assemble: PEP8 compliancy, pylint and docs ( #30844 )
...
This PR includes;
- PEP8 compliancy fixes
- pylint fixes
- Documentation updates
7 years ago
Dag Wieers
0129b96065
archive: PEP8 compliancy, pylint and docs ( #30842 )
...
This PR includes;
- PEP8 compliancy fixes
- pylint fixes
- Documentation updates
7 years ago