Rémy Léone
693f3219d4
Add Scaleway co-worker ( #45925 )
6 years ago
Roman D
dd5d191d7a
Clarified documentation for the unsafe_writes option ( #27471 )
...
* Clarified documentation for the unsafe_writes option per #24449 .
6 years ago
Larry Singer
17ca0a9bd9
The keyword 'cloud' has been deprecated in favor of the 'profile' keyword by os-client-config. ( #31389 )
6 years ago
Rémy Léone
7c7a7efbbe
Add an option to enable public ip at server creation ( #44826 )
6 years ago
Adam Miller
2fe150a1ef
fix dnf wildcard pkg removal - fixes #27744 and #36970 ( #45357 )
...
Signed-off-by: Adam Miller <admiller@redhat.com>
6 years ago
max-allan-surevine
cb460dee74
Update keycloak_client.py ( #43547 )
...
* Update keycloak_client.py to document the 'realm' parameter, eliminate E322 ignore
6 years ago
Nathaniel Case
406b59aeba
Move persistent connections to only use registered variables ( #45616 )
...
* Try to intuit proper plugins to send to ansible-connection
* Move sub-plugins to init so that vars will be populated in executor
* Fix connection unit tests
6 years ago
John R Barker
86c48205c4
BOTMETA - redfish ( #45909 )
6 years ago
Jose Delarosa
e701b5a412
Fixes HTTP redirect issue ( #45513 )
6 years ago
Alicia Cozine
34b8cbd365
Explain what happens when gpgcheck is not set in yum
...
PR #45796
6 years ago
Yanis LISIMA
45c7facd64
ec2_vpc_igw: migrate to boto3 ( #45346 )
...
* ec2_vpc_igw: draft migrate to boto3
* ec2_vpc_igw: migrate to boto3
* ec2_vpc_igw: fix error and implement code review
* ec2_vpc_igw: always catch BotoCoreError with ClientError, remove unused fail method
* ec2_vpc_igw: fix pep error
6 years ago
Jordan Borean
5c73d4f4bd
async: use async_dir for the async results file directory ( #45461 )
...
* win async: use async_dir for the async results file directory
* tried to unify POSIX and PowerShell async implementations of async_dir
* fix sanity issue
6 years ago
Zim Kalinowski
60979a96a9
Fixing azure_rm_containerregistry_facts ( #45897 )
...
* fixing cr facts
* final fix?
* fixed
* syntax
* sanity
6 years ago
Matt Clay
5a3000af19
Support comments in ansible-test flat files.
6 years ago
Dag Wieers
cb4bf04be6
Fix pylint error on utf8 character in string ( #45880 )
...
Small fix
6 years ago
Dag Wieers
51c5e60e49
Add missing ConnectionError imports ( #45879 )
...
Small fix
6 years ago
Matt Clay
f3d1f9544b
Make ansible-test available in the bin directory. ( #45876 )
6 years ago
Jordan Borean
582a4dfa13
append AWS region to test instance file ( #45877 )
6 years ago
Dag Wieers
197ddd3c45
Fix incorrect type in arg_spec
6 years ago
Zim Kalinowski
83645963fb
Fixing assigning ssl certificate to http listener in app gateway ( #45830 )
...
* fixed ssl certificate reference
* modified test
6 years ago
Zim Kalinowski
16fa49a894
adding os disk name ( #45126 )
...
* adding os disk name
* fixed test
6 years ago
Jordan Borean
a7d372c3ba
go back to FreeBSD 11.1 for tests due to 11.2 stability issues ( #45872 )
6 years ago
Marc Sensenich
2b4e40c109
Add Check Mode to consul_kv ( #28934 )
6 years ago
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