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
Alexander Gubin
5eec20df56
zypper: Add local/remote rpm installation
...
Add remote rpm example
2015-07-27 10:45:50 +02:00
Nando Vieira
439bccc286
Use correct variable name.
2015-07-27 01:45:03 -03:00
Michael Scherer
2662ec9669
Add selinux_permissive module, to be able to manage permissive domain
2015-07-26 18:34:19 +02:00
Michael Schuett
c08fa1269d
Remove unneeded nesting
...
The double nesting causes an issue with setting a default empty list if you need to loop over this using with_items. This fixes the issue since it looks like ansible silently fails at setting the default if you use with_items: registered_var['one']['two'] where one is not set.
2015-07-25 18:42:11 -04: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
Maciej Delmanowski
13e51060ec
Remove unused parameter from method arguments
2015-07-25 18:18:39 +02:00
Maciej Delmanowski
2b15b0564c
Add whitespace so diff with 'virt_pool' is easier
2015-07-25 18:18:00 +02:00
Maciej Delmanowski
dc92f0af4c
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:15:23 +02:00
Maciej Delmanowski
00e7e225ce
Rewrite for loops in a more Pythonic style
2015-07-25 18:14:03 +02:00
Maciej Delmanowski
8b2cc4f7bb
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:11:52 +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
Michael Schuett
c64c2995a4
Document ignore_state
...
Added documentation for ignore_state and updated the example since you
would really only use this module if you are going to register it to a
variable.
2015-07-24 18:10:46 -04:00
Michael Schuett
1c6597ec73
Typo
...
Remove typo from when I recently was testing logic for also having an include state.
2015-07-24 17:54:47 -04:00
Michael Schuett
9df0473932
ec2_search module
...
This module lets you get information about any number of ec2 instances
in your environment. It also has the option of creating hostnames based
on the ip of your server.
2015-07-24 17:48:44 -04:00
Siva Popuri
c89a4ac460
minor change to get rid of code inspection warnings
2015-07-24 14:18:01 -05:00
Siva Popuri
e04dc73ce8
minor refactor to remove un-used parameter
2015-07-24 14:12:54 -05:00
Siva Popuri
a335763188
minor change to remove extra brackets
2015-07-24 14:10:18 -05:00
Maciej Delmanowski
0da9254537
libvirt: virt_net module
...
This module manages network configuration in libvirt.
2015-07-24 08:43:49 +02: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
Siva Popuri
a3b703a0f6
Ansible module for managing load balancers in Centurylink Cloud
2015-07-23 11:58:01 -05:00
Siva Popuri
86409ca2d4
minor documentation change
2015-07-23 11:28:25 -05:00
Siva Popuri
f7bd44ecd7
clc_blueprint_package: module for installing blueprint packages for Centurylink Cloud servers
2015-07-23 09:27:14 -05:00
Siva Popuri
2d675917a8
removed empty aliases from doc string
2015-07-23 08:56:51 -05: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
ff2009136f
Module for modifying NAT rules in vcloud or vcd
2015-07-23 15:47:32 +05:30
Benno Joy
71e08d6c3f
Module for modifying firewall rules in vcloud or vcd
2015-07-23 15:46:27 +05:30
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