Commit Graph

14635 Commits (93115be17b9354efad8563d0cca258c42276235d)
 

Author SHA1 Message Date
Brian Coca a0935a1dcd Merge pull request #11090 from jhawkesworth/powershell-to-json-compress
Add -Compress to ConvertTo-Json calls in common powershell code
9 years ago
Jon Hawkesworth 9371c38af9 Add -Compress to ConvertTo-Json calls in common powershell code 9 years ago
James Cammarata 0828028c71 Fixing unit test for included file changes 9 years ago
James Cammarata 7985d2a8be Moving included file stuff to a proper dedicated class and file (v2) 9 years ago
James Cammarata fe014148d9 Removing errant debug print 9 years ago
Toshio Kuratomi ac14ad1419 Test on fields that are actually set 9 years ago
Brian Coca e7a096c4c5 cowsay is back! 9 years ago
Toshio Kuratomi 73b7d96501 Test on fields that exist 9 years ago
Stefan Midjich e5190327f2 this fixes ansible on openbsd and freebsd systems. only tested on openbsd. 9 years ago
Toshio Kuratomi 5d213cab23 Update extras submodule ref for doc fix 9 years ago
Toshio Kuratomi 5ffc1183dd WHoops, that was the core module stable branch 9 years ago
Toshio Kuratomi 2f4ad2714f Update core module ref 9 years ago
Toshio Kuratomi 1bda7cc200 Test that uri module validates certs 9 years ago
Toshio Kuratomi 0f4a3409d8 Add test that validate_certs=no works 9 years ago
Toshio Kuratomi 4d8427538d Update submodule refs 9 years ago
James Cammarata 60bea844b3 Merge branch 'v2_final' into devel_switch_v2 9 years ago
James Cammarata 2bad888f28 Merge branch 'v2_final' into devel_switch_v2
Conflicts:
	lib/ansible/inventory/__init__.py
	lib/ansible/modules/core
	lib/ansible/utils/__init__.py
	lib/ansible/utils/module_docs.py
9 years ago
Toshio Kuratomi afc19894e1 Make fetch_url check the server's certificate on https connections 9 years ago
Toshio Kuratomi 1ccf2a4685 Make fetch_url check the server's certificate on https connections 9 years ago
James Cammarata e59d4f3b51 More module_utils/basic.py unit tests for v2 9 years ago
Toshio Kuratomi 388827a636 Update submodule ref 9 years ago
Toshio Kuratomi b91532aff3 Drop the mysql test db first so that we test with a clean slate. 9 years ago
Toshio Kuratomi b72a912562 Update submodule refs 9 years ago
James Cammarata 339a02c384 Started reworking module_utils/basic unit tests (v2) 9 years ago
Toshio Kuratomi ea4421d10e Update submodule refs 9 years ago
Brian Coca 7a0c521131 added os_server_actions 9 years ago
Toshio Kuratomi f1ab1c48f4 Update submodule refs for v2 9 years ago
Brian Coca 3865c5051b Merge pull request #11058 from srvg/bug/11017
limit extensions for files in group/host_vars dir
9 years ago
Brian Coca c87586e9e5 updated formatting 9 years ago
Toshio Kuratomi d793ed360b Fix syntaxerror in the required_if arg spec check 9 years ago
Toshio Kuratomi 0f23d8a503 Fix syntaxerror in the required_if arg spec check 9 years ago
Brian Coca 7c6ebcab6d Merge pull request #11073 from msabramo/include_more_info_in_errors
Include more info when a task fails
9 years ago
Monty Taylor 31609e1b16 Add required_if to AnsibleModule
There is a common pattern in modules where some parameters are required
only if another parameter is present AND set to a particular value. For
instance, if a cloud server state is "present" it's important to
indicate the image to be used, but if it's "absent", the image that was
used to launch it is not necessary. Provide a check that takes as an
input a list of 3-element tuples containing parameter to depend on, the
value it should be set to, and a list of parameters which are required
if the required parameter is set to the required value.
9 years ago
Toshio Kuratomi c6b286424f Merge pull request #9423 from emonty/features/required-if
Add required_if to AnsibleModule
9 years ago
Brian Coca aea8758b44 added os_network and deprecated quantum_network 9 years ago
Marc Abramowitz d0a154c446 Include more info when a task fails
Adds "playbook", "role", and "task" fields to the output when a task fails.

This makes it easier to pinpoint where the problem is, especially
when you have a lot of roles and playbooks.

e.g.:

    failed: [vagrant] => {..."playbook": "/Users/marca/dev/ansible/vagrant.yml",
                          ..."role": "pythonapp",
                          ..."task": "pip install -r /opt/src/{{ sm_app_role }}/requirements.txt"...}
9 years ago
Stefan Midjich 540c23dfce this fixes ansible on openbsd and freebsd systems. only tested on openbsd. 9 years ago
Brian Coca 16c70dd7d4 added equivalent of #9636 to v2 9 years ago
Brian Coca 6000db7e5d Merge pull request #9636 from Batmat/fix-message-i18n-parsing-error
Setting LC_MESSAGES: prevent unparseable messages (fixes issue #9635)
9 years ago
Brian Coca b740b0372a added new win_environment module 9 years ago
Toshio Kuratomi 5f246dc1a6 Update extras submodule for doc fixes 9 years ago
Toshio Kuratomi dcc691f462 Update submodule refs 9 years ago
Brian Coca eaddc0b309 removed duplicate retry config entries 9 years ago
Brian Coca 544ece20a8 Merge pull request #11063 from mmoya/remove-duplicate-constants
Remove duplicate RETRY_FILES_* constants
9 years ago
Brian Coca 0f0f28145b added promox module to changelog 9 years ago
Maykel Moya 308879075d Remove duplicate RETRY_FILES_* constants 9 years ago
Brian Coca f55d1578d9 Merge pull request #11060 from erikdw/fix-playbook-intro-typo
fix typo in --ask-sudo-pass reference within playbook_intro doc
9 years ago
Etienne CARRIERE 3775dd5ec8 Factor F5 primitives 9 years ago
Erik Weathers 5c455ad729 fix typo in --ask-sudo-pass reference within playbook_intro doc 9 years ago
James Cammarata d4a31e8d26 Adding unit tests for TaskExecutor (v2) 9 years ago