Maciej Delmanowski
c011923e3b
Remove unused parameter from method arguments
9 years ago
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.
9 years ago
Maciej Delmanowski
d8b6dd5927
Rewrite for loops in a more Pythonic style
9 years ago
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.
9 years ago
Maciej Delmanowski
13e51060ec
Remove unused parameter from method arguments
9 years ago
Maciej Delmanowski
2b15b0564c
Add whitespace so diff with 'virt_pool' is easier
9 years ago
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.
9 years ago
Maciej Delmanowski
00e7e225ce
Rewrite for loops in a more Pythonic style
9 years ago
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.
9 years ago
Brian Coca
146c2ac3bc
Merge pull request #763 from mscherer/fix_656
...
Do not assume that /var/lib/locales/supported.d/local exist
9 years ago
Brian Coca
50fd324998
Merge pull request #764 from mscherer/fix_507
...
Move examples to EXAMPLES variable
9 years ago
Brian Coca
7676213528
Merge pull request #765 from mscherer/fix_ansible_11395
...
Use the parameter 'name' everywhere for consistency
9 years ago
Brian Coca
b26a2ea396
Merge pull request #413 from mahadeva604/devel
...
Add rootdir option to pkgng
9 years ago
Brian Coca
45db08bb3a
Merge pull request #762 from indrajitr/devel
...
Improve pacman module
9 years ago
Michael Scherer
162f257412
Use the parameter 'name' everywhere for consistency
...
Fix https://github.com/ansible/ansible/issues/11395
9 years ago
Michael Scherer
c089ab0dd8
Move examples to EXAMPLES variable
...
Partially fix #507
9 years ago
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
9 years ago
mahadeva604
c3a0a3376a
Merge https://github.com/ansible/ansible-modules-extras into devel
...
Conflicts:
packaging/os/pkgng.py
9 years ago
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
9 years ago
Konstantin Shalygin
8f3a2a8e3d
add 'version_add'
9 years ago
Konstantin Shalygin
d8d90ecb03
add force remove feature
9 years ago
Konstantin Shalygin
ca1daba8bb
add upgrade future, patch by n0vember-
9 years ago
Brian Coca
dfdd2bb5ed
fixed license and copyright
9 years ago
Brian Coca
e35778feba
removed redundant version added
9 years ago
Brian Coca
c0ca23b53d
Merge pull request #746 from bennojoy/vca_vapp
...
Module for creating vapp/vm in vcloud or vcd
9 years ago
Maciej Delmanowski
0da9254537
libvirt: virt_net module
...
This module manages network configuration in libvirt.
9 years ago
Maciej Delmanowski
1fd1460d2f
libvirt: virt_pool module
...
This module manages storage pool configuration in libvirt.
9 years ago
Greg DeKoenigsberg
e1b15e6930
Merge pull request #438 from petemounce/win_webpicmd
...
win_webpicmd module for IIS module installation
9 years ago
Greg DeKoenigsberg
34bd09aae1
Merge pull request #440 from petemounce/win_dotnet_ngen
...
Create win_dotnet_ngen module
9 years ago
Eric Johnson
14fffa5b53
Merge pull request #689 from dohoangkhiem/devel
...
New module: gce_tag
9 years ago
Benno Joy
ff2009136f
Module for modifying NAT rules in vcloud or vcd
9 years ago
Benno Joy
71e08d6c3f
Module for modifying firewall rules in vcloud or vcd
9 years ago
Benno Joy
85ee695cf3
Module for creating vapp/vm in vcloud or vcd
9 years ago
dohoangkhiem
f27a817cbf
Remove incorrect copyright | minor refinement of code convention
9 years ago
Chris Church
3c6707ada1
Merge pull request #745 from petemounce/win_updates_docs
...
re-submit @adematte's PR #278 against HEAD
9 years ago
Toshio Kuratomi
00d9ff4aa0
Merge pull request #739 from ansible/fetch_url-maven
...
Port maven_artifact to fetch_url
9 years ago
Peter Mounce
8128d42dcd
re-submit @adematte's PR #278 against HEAD
9 years ago
Toshio Kuratomi
b9b42411f1
Port maven_artifact to fetch_url
9 years ago
Toshio Kuratomi
aaaff1f120
Use the correct module param names to pass user/pass
9 years ago
Toshio Kuratomi
e08a2e84da
Port layman to fetch_url
9 years ago
Toshio Kuratomi
167cad99fa
Merge pull request #735 from ansible/fetch_url-campfire
...
Port campfire to fetch_url
9 years ago
Toshio Kuratomi
1edb2ceccd
Merge pull request #743 from madddi/devel
...
ISO-8859-15 locale normalization in locale_gen module, fixes #741
9 years ago
Mathias Merscher
44df5a9be5
ISO-8859-15 locale normalization in locale_gen module
...
Signed-off-by: Mathias Merscher <Mathias.Merscher@dg-i.net>
9 years ago
Toshio Kuratomi
26c1bd76c3
Fix typo in docs
9 years ago
Brian Coca
e93da2df99
Merge pull request #683 from StackPointCloud/feature/profitbricks-compute-module
...
ProfitBricks Compute Module
9 years ago
Brian Coca
d63648d3c2
fixed decriptions to be lists
9 years ago
Toshio Kuratomi
45f1c7903a
dnf rewrite requires 2.6 and above (dnf bindings require 2.6 and above as well)
9 years ago
Toshio Kuratomi
905737c974
Port typetalk to fetch_url
9 years ago
Toshio Kuratomi
4ef6f4ea42
Port twilio to fetch_url
9 years ago
Toshio Kuratomi
b8df0d32a2
Port sendgrid to fetch_url
9 years ago