jamiesonio
6711c9524e
Add environmental variables to allow for the script to be run without consul_io.ini. This allows it to run dynamically without any prerequisite config file ( #30900 )
6 years ago
ansibot
534de2df27
Fixing but on version check when the "Apache/2.4.x (Distro)" regex is not met ( #27457 )
6 years ago
Joseph Benden
36ab77d454
New module: Xfconf-based management of the Xfce 4 DE ( #28112 )
6 years ago
Paul Czarkowski
caf658b420
Fix bugs in softlayer dynamic inventory ( #28178 )
...
* --host hostname did not work due to calling wrong function
* softlayer api returns a bunch of extra stuff in the tagReference dict that
makes --list output crazy long, like over a terminal buffer for just one server
this culls out the extranneous information and only inserts the actual user
provided tags to each server.
6 years ago
David Resnick
02bfb9047c
datadog_monitor: fix template vars in 'name' and 'escalation_message' ( #38483 )
6 years ago
Adam Miller
5fdf0290d0
handle yum and dnf lockfiles - fixes #44120 ( #45359 )
...
* handle yum and dnf lockfiles - fixes #44120
Signed-off-by: Adam Miller <admiller@redhat.com>
* fix logic problem to properly check for dnf lockfile glob
Signed-off-by: Adam Miller <admiller@redhat.com>
6 years ago
Chris Archibald
e3ec9e5345
NetApp Bulk Doc changes ( #45856 )
...
* Doc changes
* fix ansibot issue
* Fix spacing
6 years ago
Adrián
f85065dabf
Explain disk size in mount and add example ( #41681 )
...
* Explain disk size in mount and add example
- Explain mount with 8GB
- Add new example to start container with mount
* Removed trailing whitespace
6 years ago
Tom Paine
61f2791d95
Update postgresql_user.py ( #45777 )
...
<!--- Your description here -->
Add expires example.
+label: docsite_pr
6 years ago
Stuart MacKay
f964277628
Added documentation for collectstatic --clear. ( #42007 )
...
* Added documentation for collectstatic --clear.
Added a description of the --clear argument used with the Django management
command, collectstatic. (When #1810 added this feature the documentation
was not updated).
6 years ago
Eric Helms
74b94e119e
Deprecate foreman and katello modules ( #42043 )
...
* Deprecate foreman and katello modules in 2.8, remove in 2.12
6 years ago
Felix Fontein
bc69aeca7f
Fixing HTTPError case of fetch_url for Python 3 compatibility. ( #45628 )
...
* Fixing HTTPError case of fetch_url for Python 3 compatibility.
* Adding unit test.
* PEP8.
* Changelog.
6 years ago
Daniel Speichert
d34cf93f1a
Migrate from MySQLdb to PyMySQL ( #40123 )
...
* Migrate from MySQLdb to PyMySQL
* Deduplicate driver loading and failure message
* Explain requirements
* Apply requirements docs change to proxysql too
* Add changelog
6 years ago
ndswartz
205693a3f9
Update short description for NetApp E-Series modules. ( #45820 )
...
Update short description according to new standards
6 years ago
Michael Scherer
ec2c131bac
Remove unused import and lines, to make linter happy ( #45665 )
6 years ago
cordones
742d702b96
incorrect sample eos_config usage ( #45750 )
...
no such option "config" for diff_against argument.
Further below, there is an example of eos_config using diff_against with a valid option.
+label: docsite_pr
6 years ago
Pilou
60160c1e90
doc: exercising module code locally: update cmd ( #45697 )
...
The documented way to execute module code locally wasn't always working:
$ python ./lib/ansible/modules/files/file.py <<< '{"ANSIBLE_MODULE_ARGS": {}}'
Traceback (most recent call last):
File "./lib/ansible/modules/files/file.py", line 177, in <module>
from ansible.module_utils.basic import AnsibleModule
File "~/ansible/lib/ansible/module_utils/basic.py", line 78, in <module>
import tempfile
File "~/ansible/lib/ansible/modules/files/tempfile.py", line 69, in <module>
from tempfile import mkstemp, mkdtemp
ImportError: cannot import name 'mkstemp'
6 years ago
Trishna Guha
1b0c4fde86
fix nxos_facts indefinite hang for text based output ( #45845 )
...
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
6 years ago
Dag Wieers
2edf20d1ed
Docs: Avoid use of 'default: null' ( #45795 )
...
Various modules document the default 'null' value, but it causes None to
be shown in the documentation explicitly.
6 years ago
Jon Dufresne
2097d25506
Correct capitalization of PyPI ( #45698 )
...
As spelled on https://pypi.org/ .
6 years ago
Michael Scherer
795b711394
Do not reset permissions in checkmode
...
If using authorized_key on a directory with non standard permissions,
using checkmode will reset the permission silently.
6 years ago
Michael Tipton
1b92e43dcb
VMware: vCenter plugin : new module ( #44963 )
6 years ago
Felix Fontein
6e04a1dbdc
integration tests for docker_container ( #45747 )
...
* First round of integration tests for docker_container.
* Added regression test for #45700 .
* Work around dict order randomization.
6 years ago
Dag Wieers
5f4173b8bf
A few small fixes
6 years ago
João Soares
097902c35a
Remove whitespaces
6 years ago
João Soares
01db7239ed
Add input validation for the new asn parameter
...
Fix asn type from str to int
6 years ago
João Soares
165000adcd
Update version_added on the asn parameter
6 years ago
João Soares
a60b14c826
Update aci_l3out documentation
6 years ago
João Soares
dd67e89f47
Add eigrp as a possible l3protocol in aci_l3out
...
Also fixes an error related to the required parameters. The l3out parameter is required but only 'name' was being accepted, and that should only be the alias.
6 years ago
Sviatoslav Sydorenko
a978d7f283
Fix collections.deque import in compat module
6 years ago
Matt Clay
846ee7e85f
Fix issues with docker_stack test:
...
- Leave swarm at end of test to avoid breaking docker_swarm test.
- Do not update stack to avoid error leaving swarm.
- Put test back in correct group.
6 years ago
Tim Rupp
ccfbed3dbc
Adds bigiq_device_facts module ( #45822 )
...
This module can be used to query a variety of facts from a BIG-IQ
6 years ago
Matt Clay
99cac99cbc
Block network access for unit tests in docker.
6 years ago
Sofiane Medjkoune
af40d8c2a5
Fix mixed output from ansible and lxd when using the lxd connection plugin ( #45246 )
...
* Replace fetch and put operations with Popen instead of call to prevent lxd to mess the Ansible output
* Remove extra blank line
6 years ago
Matt Clay
be199cfe90
Minor fixes for unit test delegation.
6 years ago
Julien PRIGENT
6059246093
EFS - add support for new Provisioned Throughput ( #43253 )
...
* efs.py: Add support for EFS provisioned throughput
* efs_facts.py: Add support for EFS provisioned throughput
* efs_facts integration tests updated with provision throughput
* efs_facts: Tests refactoring - add failure and success playbook according to botocore version.
* efs_facts: More tests and new option descriptions adjustment
* efs_facts tests renamed to efs
6 years ago
Tim Rupp
8acbf10ed2
Removes unused f5 imports ( #45821 )
6 years ago
Tim Rupp
35e0434042
Update f5 module utils from downstream ( #45819 )
...
* various refactoring
* lgtm fixes
* bigiq support to different auth providers
6 years ago
René Moser
1ed3bd9168
vultr: fix for unreliable API behavior ( #45712 )
6 years ago
René Moser
22986648dc
vultr_server: fix diff for user data ( #45753 )
6 years ago
Matt Clay
abe8e4c9e8
Run unit tests in parallel. ( #45812 )
6 years ago
Alicia Cozine
f430f60541
Restore license agreement ( #45809 )
...
* adds page for CLA in community docs with links from dev and community docs
6 years ago
Sloane Hertel
8d2df9be52
ec2_group - fix VPC precedence for security group targets ( #45787 )
...
Update the dictionary with the preferred values last to get the right order of VPC precedence
Fixes #45782
6 years ago
Matt Clay
06e2e0e040
Change group on docker_stack test.
...
This should provide a temporary fix for conflicts with the docker_swarm test.
6 years ago
Stijn Martens
049a462058
Update influxdb_database.py ( #39984 )
...
InfluxDB >= 1.2.4 is not supported
+label: docsite_pr
6 years ago
Christer Hemgren
4da13eefb2
asa_config add doc l3 interface ( #41250 )
...
* asa_config add doc l3 interface
+label: docsite_pr
Issue ansible/community#311
* fix interface idempotent
* newline, names, and debug:var
6 years ago
Christer Hemgren
7b1c61000e
update asa_config with bgp doc example ( #41376 )
...
* update asa_config with bgp doc example
+label: docsite_pr
Issue ansible/community#311
* fix spelling
6 years ago
Matt Clay
379a7f4f5a
Fix ansible-test unit test execution. ( #45772 )
...
* Fix ansible-test units requirements install.
* Run unit tests as unprivileged user under Docker.
6 years ago
Owen Kuemerle
4e532e0ad9
Add workaround for non-standard kerberos environments ( #41465 )
...
* Add workaround for non-standard MIT kerberos environments
* Generalize platform specific troubleshooting steps for Kerberos
6 years ago
Sam Doran
afd8b97fb1
Make sure strings are bytes for Py2/3 compatibility ( #45746 )
6 years ago