Siva Popuri
f5a9b45856
clc_server: Ansible module for creating or deleting servers in Centurylink Cloud
2015-07-27 13:59:16 -05:00
Brian Coca
0984e9964f
Merge pull request #756 from drybjed/virt_pool
...
libvirt: virt_pool module
2015-07-27 14:11:54 -04:00
Brian Coca
9a771ce91a
Merge pull request #700 from markleehamilton/openvswitch-bridge-v1
...
Add support for external_id and fail_mode. Updated syntax to pass pep…
2015-07-27 13:06:17 -04:00
Brian Coca
4563d17953
Merge pull request #768 from fnando/fix-hipchat-notifier
...
Hipchat uses incorrect variable name.
2015-07-27 11:12:17 -04:00
Nando Vieira
439bccc286
Use correct variable name.
2015-07-27 01:45:03 -03:00
Maciej Delmanowski
c011923e3b
Remove unused parameter from method arguments
2015-07-25 18:23:39 +02:00
Maciej Delmanowski
39b635ae79
Rewrite method to not use try/except
...
Additional checks are not needed, because 'self.conn.get_entry(-1)'
returns all existing entries, each one should have state defined.
2015-07-25 18:23:01 +02:00
Maciej Delmanowski
d8b6dd5927
Rewrite for loops in a more Pythonic style
2015-07-25 18:22:31 +02:00
Maciej Delmanowski
055a31ba07
Remove separate check for Xen
...
Module checked for Xen-based system, however since 'xen:///' URI support
exists in 'libvirt', we should use it explicitly instead.
2015-07-25 18:21:10 +02:00
Brian Coca
146c2ac3bc
Merge pull request #763 from mscherer/fix_656
...
Do not assume that /var/lib/locales/supported.d/local exist
2015-07-25 11:52:04 -04:00
Brian Coca
50fd324998
Merge pull request #764 from mscherer/fix_507
...
Move examples to EXAMPLES variable
2015-07-25 11:15:40 -04:00
Brian Coca
7676213528
Merge pull request #765 from mscherer/fix_ansible_11395
...
Use the parameter 'name' everywhere for consistency
2015-07-25 11:14:28 -04:00
Brian Coca
b26a2ea396
Merge pull request #413 from mahadeva604/devel
...
Add rootdir option to pkgng
2015-07-25 09:41:34 -04:00
Brian Coca
45db08bb3a
Merge pull request #762 from indrajitr/devel
...
Improve pacman module
2015-07-25 08:35:20 -04:00
Michael Scherer
162f257412
Use the parameter 'name' everywhere for consistency
...
Fix https://github.com/ansible/ansible/issues/11395
2015-07-25 14:11:03 +02:00
Michael Scherer
c089ab0dd8
Move examples to EXAMPLES variable
...
Partially fix #507
2015-07-25 13:58:45 +02:00
Michael Scherer
1d5afdc139
Do not assume that /var/lib/locales/supported.d/local exist
...
Since people can generate their own image with debootstrap, and
this wouldn't create a file /var/lib/locales/supported.d/local,
better check if it exist and work if it doesn't.
Fix #656
2015-07-25 12:21:28 +02:00
mahadeva604
c3a0a3376a
Merge https://github.com/ansible/ansible-modules-extras into devel
...
Conflicts:
packaging/os/pkgng.py
2015-07-25 08:45:46 +03:00
Indrajit Raychaudhuri
e41597a033
Improve pacman module
...
- detect and use pacman_path via get_bin_path helper
- simplify pending upgrade detection
- apply outstanding changes from #358 , #41
2015-07-24 23:51:17 -05:00
Konstantin Shalygin
8f3a2a8e3d
add 'version_add'
2015-07-24 23:42:53 -05:00
Konstantin Shalygin
d8d90ecb03
add force remove feature
2015-07-24 23:42:53 -05:00
Konstantin Shalygin
ca1daba8bb
add upgrade future, patch by n0vember-
2015-07-24 23:42:53 -05:00
Brian Coca
dfdd2bb5ed
fixed license and copyright
2015-07-24 23:16:35 -04:00
Brian Coca
e35778feba
removed redundant version added
2015-07-24 19:16:52 -04:00
Brian Coca
c0ca23b53d
Merge pull request #746 from bennojoy/vca_vapp
...
Module for creating vapp/vm in vcloud or vcd
2015-07-24 19:14:35 -04:00
Maciej Delmanowski
1fd1460d2f
libvirt: virt_pool module
...
This module manages storage pool configuration in libvirt.
2015-07-24 08:42:03 +02:00
Greg DeKoenigsberg
e1b15e6930
Merge pull request #438 from petemounce/win_webpicmd
...
win_webpicmd module for IIS module installation
2015-07-23 13:58:38 -04:00
Greg DeKoenigsberg
34bd09aae1
Merge pull request #440 from petemounce/win_dotnet_ngen
...
Create win_dotnet_ngen module
2015-07-23 13:54:34 -04:00
Eric Johnson
14fffa5b53
Merge pull request #689 from dohoangkhiem/devel
...
New module: gce_tag
2015-07-23 06:45:47 -07:00
Benno Joy
85ee695cf3
Module for creating vapp/vm in vcloud or vcd
2015-07-23 15:44:47 +05:30
dohoangkhiem
f27a817cbf
Remove incorrect copyright | minor refinement of code convention
2015-07-23 10:57:44 +07:00
Chris Church
3c6707ada1
Merge pull request #745 from petemounce/win_updates_docs
...
re-submit @adematte's PR #278 against HEAD
2015-07-22 21:49:42 -04:00
Toshio Kuratomi
00d9ff4aa0
Merge pull request #739 from ansible/fetch_url-maven
...
Port maven_artifact to fetch_url
2015-07-22 16:54:44 -07:00
Peter Mounce
8128d42dcd
re-submit @adematte's PR #278 against HEAD
2015-07-22 23:29:49 +01:00
Toshio Kuratomi
b9b42411f1
Port maven_artifact to fetch_url
2015-07-22 12:06:54 -07:00
Toshio Kuratomi
aaaff1f120
Use the correct module param names to pass user/pass
2015-07-22 12:01:46 -07:00
Toshio Kuratomi
167cad99fa
Merge pull request #735 from ansible/fetch_url-campfire
...
Port campfire to fetch_url
2015-07-22 07:13:52 -07:00
Toshio Kuratomi
1edb2ceccd
Merge pull request #743 from madddi/devel
...
ISO-8859-15 locale normalization in locale_gen module, fixes #741
2015-07-21 12:44:36 -07:00
Mathias Merscher
44df5a9be5
ISO-8859-15 locale normalization in locale_gen module
...
Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net>
2015-07-21 21:08:02 +02:00
Toshio Kuratomi
26c1bd76c3
Fix typo in docs
2015-07-21 11:21:19 -07:00
Brian Coca
e93da2df99
Merge pull request #683 from StackPointCloud/feature/profitbricks-compute-module
...
ProfitBricks Compute Module
2015-07-21 14:03:11 -04:00
Brian Coca
d63648d3c2
fixed decriptions to be lists
2015-07-21 12:58:37 -04:00
Toshio Kuratomi
45f1c7903a
dnf rewrite requires 2.6 and above (dnf bindings require 2.6 and above as well)
2015-07-21 07:02:50 -07:00
Toshio Kuratomi
d6b0cf7bc4
Port campifre to fetch_url
2015-07-20 23:28:29 -07:00
Toshio Kuratomi
79173ac18d
Clean up unneeded urllib2 imports
2015-07-20 23:04:27 -07:00
Brian Coca
d5dd5f461f
Merge pull request #702 from markleehamilton/openvswitch-port-v3
...
Added support to assign attached mac address interface id and port options.
2015-07-20 21:08:17 -04:00
Mark Hamilton
b51c252127
removed syslog import
2015-07-20 18:06:17 -07:00
Greg DeKoenigsberg
f345da0626
Merge pull request #727 from geerlingguy/fix-haproxy-docs
...
Clarify HAProxy module documentation
2015-07-20 14:39:08 -04:00
Brian Coca
46f01535ec
minor docfixes
2015-07-20 11:34:57 -04:00
Brian Coca
aea762bfce
fixed version added
2015-07-20 11:31:33 -04:00