jctanner
447bb2b150
Add a custom regex_match filter to the vmware_inventory script ( #21488 )
2017-03-17 21:25:00 -04:00
Matt Clay
47887a2edd
Fix ansible-test base branch usage on Shippable.
2017-03-17 17:35:09 -07:00
David Baumann
634d6894e3
Add Missing default param for caching_mode ( #22753 )
...
Add Missing default param for caching_mode and Usage of new Ansible-Param Commant with default Value
2017-03-17 14:44:42 -07:00
Sloane Hertel
4749b75090
[cloud] ec2_eni: don't modify a network interface without eni_id - fixes #22401 ( #22689 )
...
* don't modify an eni without eni_id
fix pep8
remove ec2_eni from pep8 legacy files
remove a couple unused variables in main()
fix the documentation
* fix yaml
2017-03-17 16:26:49 -04:00
Sloane Hertel
8ccde6fbb0
[cloud] make docs for ec2_group rules more clear ( #22701 )
...
make ec2_group pep8
removed ec2_group from pep8 legacy files
2017-03-17 16:14:20 -04:00
Sloane Hertel
a4552c11b3
allow groups parameter to be noticed as an empty list ( #22707 )
...
make iam.py pep8
remove iam.py from pep8 legacy files
2017-03-17 16:11:48 -04:00
Andrea Scarpino
c80d696cec
win_file: fix error when creating an existing dir ( #19070 )
...
If something else created the dir New-Item will throw an exception and
the task will fail. Check the existing file and as long as it's a dir,
we don't need to error out.
2017-03-17 09:33:57 -07:00
Matt Clay
011b324638
Do not run win_chocolatey
in CI tests.
...
The test is failing repeatedly.
2017-03-17 08:57:44 -07:00
René Moser
b90517caf9
cloudstack: implement config overloading and ENV vars for API auth ( #22724 )
...
* cloudstack: fix connection by ENV vars and configs overloading
* cloudstack: pep8 cloudstack module_utils
* cloudstack: allow api_url to be set in ini config
* docsite: explain ENV vars support as written in python-cs for ansible
2017-03-17 11:01:43 +01:00
Toshio Kuratomi
8de05d3752
[WIP] Documentation: Ansible-2.4 no longer supports Python-2.4 and Python-2.5 ( #22721 )
...
* Documentation: Ansible-2.4 no longer supports Python-2.4 and Python-2.5
* Switched to bullet points to enhance readability.
2017-03-16 18:49:29 -07:00
Tom Melendez
f5f6cf467e
[GCE] Support default credentials ( #22723 )
...
Add support for default credentials. Practically, this means that a playbook creator would not have to specify the service_account_email or credentials_file Ansible parameters.
Default Credentials only work when running on Google Cloud Platform. The 'project_id' is still required.
A test has been added to trigger this condition.
2017-03-16 17:10:07 -07:00
Matt Davis
ffa4f0c427
Suppress Windows Add-Type debug noise ( #22722 )
2017-03-16 15:44:42 -07:00
Matt Davis
e3dfa62abc
Windows CHANGELOG updates
2017-03-16 15:01:55 -07:00
Andreas Mosti
1fa7a3db27
Added example of removing the standard website and port 80 binding ( #22457 )
2017-03-16 14:52:28 -07:00
Brian Coca
c6dedea1a6
corrected docs
2017-03-16 17:36:03 -04:00
Jens Carl
cd39ff9996
Add parameters to limit replace to certain section of the file
...
Add parameters 'after' and 'before' to limit the replacement/remove of
lines to a certain section of the file.
2017-03-16 17:34:56 -04:00
Brian Coca
6ced1ad5a2
added group priority to change log
2017-03-16 17:06:01 -04:00
jwg4
17b8bfc7a2
Change the example of playbook include. ( #22697 )
...
This (taken from https://github.com/ansible/ansible-examples/blob/master/language_features/nested_playbooks.yml ) is a better example. It makes it clear that the full file name is used, and a single filename, as opposed to a YAML list. The old version, it was not clear if 'list_of_plays' was an *example* or a *variable*.
2017-03-16 11:54:27 -07:00
Ryan Brown
d791665559
fix validate-module sanity error per https://app.shippable.com/github/ansible/ansible/runs/16493/1/console ( #22711 )
2017-03-16 14:03:42 -04:00
Brian Coca
4319ddd5de
allow users to control group var merge order ( #22580 )
...
* allow users to control group var merge order
With ansible_group_priority var at each group will determine merge order with siblings,
falling back to sorted names when priority is equal as it did before.
Parent/children relationships still work as they did and have higher precedence than priority
* move priority setting to groups, sourc indep
* now both inventory and play group follow priority
* removed double exception handling
2017-03-16 14:02:43 -04:00
jralbert
5334814396
Cast syslogport value from getenv as int ( #22664 )
...
SysLogHandler requires an int for port, but getenv produces a string.
Cast return from getenv as int to overcome this mismatch.
2017-03-16 10:38:55 -07:00
Matt Clay
f7c83ccdc0
Fix ansible-test PR diff handling.
...
Permits use of PRs on branches other than devel.
2017-03-16 10:34:31 -07:00
Ilya Simonenko
dba8edf735
cloud: docker: Fixes #22638 load image to memory when archive_path provided ( #22642 )
2017-03-16 10:06:19 -07:00
Brian Coca
2fee9ca0dc
updated changelog
2017-03-16 12:24:55 -04:00
Brian Coca
4fb8b03f05
added docstring to get_hosts_left
2017-03-16 12:15:17 -04:00
Brian Coca
6a4039e169
readded !vault-encrypted for backwards compat
...
even though this was never documented someone might be using it
2017-03-16 12:13:15 -04:00
Brian Coca
6b46cc5c73
added new 'order' directive to sort hosts in play
...
fixes #10964
2017-03-16 12:13:29 -04:00
Ricardo Carrillo Cruz
6e56a61535
Add ios_banner module ( #22687 )
...
With unit and integration tests.
2017-03-16 16:35:44 +01:00
Dag Wieers
895664f539
vmware_guest: Fix "KeyError: 'changed'" ( #22564 )
...
Due to how the result-dictionary is being used, in some codepaths it would have an empty dictionary.
This then is problematic if the code expects the 'changed' key later on.
I also improved the docs a bit, by clearly marking the parameter names and URL in the documentation.
2017-03-16 10:55:07 -04:00
Brian Coca
001be55ef0
corrected with_dict example
...
fixes #17636
2017-03-16 10:13:51 -04:00
Markus Liljedahl
67dc8c146e
Added support for specifying zone for gce dynamic inventory ( #20938 )
2017-03-16 08:28:30 -04:00
Ondra Machacek
7a3b6ca37c
cloud: ovirt: fix ovirt_nics profile search ( #22684 )
2017-03-16 08:27:30 -04:00
Matt Clay
672e9a2f61
Fix module validation without base branch.
2017-03-15 19:57:41 -07:00
Matt Clay
1f337b6421
Support module alias and rename validation. ( #22675 )
...
Cache git ls-tree output to speed up validation.
2017-03-15 17:48:31 -07:00
Brian Coca
dd8d699981
namespace facts ( #18445 )
...
* namespace facts
always namespace facts, make the polluting of 'main' conditional on config
* updated to 2.4
* Update intro_configuration.rst
2017-03-15 17:12:16 -07:00
Matt Clay
12f6beaebd
Remove python2.4 package install from other test.
2017-03-15 16:40:05 -07:00
Matt Clay
3a22467b38
Remove python 2.4 compile test.
2017-03-15 15:46:12 -07:00
Dylan Silva
9dae697997
Updates to docs for metadata. ( #22667 )
...
* Updates to docs for metadata.
* Update developing_modules_documenting.rst
2017-03-15 15:34:00 -07:00
Brian Coca
0c44959800
added new tests any and all ( #22665 )
...
* added new tests any and all
* updated code names
2017-03-15 18:09:25 -04:00
Brian Coca
eb0b1e149d
warn when failed to match host pattern
...
fixes #11934
2017-03-15 18:06:21 -04:00
Dylan Silva
9ffad27319
Changed supported_by from curated to community ( #22654 )
2017-03-15 14:28:33 -07:00
Dylan Silva
4c8da5ad49
changed supported_by from curated to community ( #22656 )
2017-03-15 14:28:15 -07:00
Dylan Silva
049946b26f
Dropped openwrt module from curated to community ( #22657 )
2017-03-15 14:28:02 -07:00
Brian Coca
517cdbe22a
better 'role detection' for dwim ( #22513 )
...
* better 'role detection' for dwim
possible fix for #21735
* fixed unmatched paren
* pep does not like the denting
2017-03-15 16:01:04 -04:00
Brian Coca
39ba55e5ac
corrected host group ancestor management
2017-03-15 15:46:58 -04:00
Brian Coca
b059a95714
2nd draft
2017-03-15 15:32:30 -04:00
Brian Coca
7cf16588e8
draft playbook path docs
2017-03-15 15:32:30 -04:00
Brian Coca
7b0f765a57
made error slightly more neutral in case of 'local'
2017-03-15 15:32:30 -04:00
Matt Clay
869449e288
Add test verification to ansible-test. ( #22636 )
...
* Add unified git diff parser.
* Add metadata and diff handling.
* Add test confidence/verification to bot output.
2017-03-15 12:17:42 -07:00
Matt Clay
5e9a2b8528
Verify SHA in Shippable change detection.
2017-03-15 11:31:55 -07:00