Michael DeHaan
9771032885
Merge pull request #4389 from MattTheRat/devel
...
addresses #4371 - adds -m to usermod commands
2013-10-07 12:15:20 -07:00
Matt Warren
f40a1e0eae
addresses https://github.com/ansible/ansible/issues/4371 - adding -m to home directory modification
2013-10-07 10:47:12 -04:00
Michael DeHaan
c405a61505
Merge pull request #4336 from orkaa/devel
...
Fixes service update-rc.d functionality on debian
2013-10-07 05:56:43 -07:00
Martijn Lina
3d16b75096
replace dashes in rc.conf keys (which are based on freebsd rc.d filenames) to underscores
2013-10-04 16:30:39 +02:00
Skylar Saveland
db378d4515
fixes 4365 - Mac with cisco vpn client, GenericBsdIfconfigNetwork get_default_interfaces fails with index out of range
2013-10-03 18:58:11 -07:00
Adam Miller
8b5bb43958
fixed firewalld get_service_enabled
2013-10-02 18:52:53 -05:00
Nace Oroz
1f39663a97
Fixes service update-rc.d functionality on debian
2013-10-02 14:27:38 +02:00
cdigiovanni
6720d0cf70
Added support to disable and enable upstart jobs
2013-09-30 14:50:47 -05:00
Nils Pascal Illenseer
e1ff809d1a
Add option 'lz4' for compression
2013-09-30 14:20:21 +02:00
James Cammarata
38487ea464
Merge pull request #4222 from lessmian/devel
...
Module lvol fails when decimal point is a colon
2013-09-25 14:54:58 -07:00
James Cammarata
a774f686f7
Merge branch 'obsd-fix-release' of https://github.com/johanwiren/ansible into johanwiren-obsd-fix-release
2013-09-25 14:49:57 -05:00
James Cammarata
6dbb1ff878
Fixing up some open_iscsi docs and CHANGELOG update
2013-09-25 14:37:56 -05:00
James Cammarata
d920cbc25f
Merge branch 'open_iscsi_bis' of https://github.com/sergevanginderachter/ansible into sergevanginderachter-open_iscsi_bis
2013-09-25 14:35:01 -05:00
Tomasz Lesniewski
0eb92ac852
Module lvol fails when decimal point is a colon
2013-09-24 16:19:07 +02:00
Rene Moser
9f969cd3ec
host: minor doc style improvements
2013-09-24 15:47:39 +02:00
Tomasz Lesniewski
75ca71bf2c
Module lvol fails when decimal point is a colon
2013-09-24 15:06:18 +02:00
Michael DeHaan
eca73d3c82
Merge pull request #4220 from dagwieers/setup-dmidecode-fix
...
Fix for commented dmidecode output
2013-09-24 05:04:33 -07:00
Dag Wieers
b4cdd15843
Fix for commented dmidecode output
...
This patch fixes the problem that on some system dmidecode prints out warning information as commented text. For example:
[user@system ~]# dmidecode -s system-manufacturer
# SMBIOS implementations newer than version 2.6 are not
# fully supported by this version of dmidecode.
HP
So we remove all commented lines from the output.
2013-09-24 12:46:48 +02:00
Rene Moser
497b742935
host: added another example
2013-09-24 09:15:16 +02:00
James Cammarata
28592ed64f
Minor pep8 cleanup
2013-09-23 16:37:42 -05:00
James Cammarata
d4ba1f9ded
Fixing some bugs found during testing in the host module
2013-09-23 16:05:43 -05:00
James Cammarata
339f17d560
Merge branch 'feature/host' of https://github.com/resmo/ansible into resmo-feature/host
2013-09-23 15:42:30 -05:00
James Cammarata
104535ac48
Merge branch 'devel' of https://github.com/drybjed/ansible into drybjed-devel
2013-09-23 15:10:40 -05:00
James Cammarata
65180fa530
Added version_added string to new modprobe module and CHANGELOG update
2013-09-23 15:02:02 -05:00
James Cammarata
04683f554b
Merge branch 'modprobe-module' of https://github.com/stygstra/ansible into stygstra-modprobe-module
2013-09-23 15:00:50 -05:00
James Cammarata
aadf8175c6
Modified env fact gathering to use the native python method
...
Also updated CHANGELOG for this feature
2013-09-23 14:17:40 -05:00
James Cammarata
d16a382935
Merge branch 'env_facts' of https://github.com/bcoca/ansible into bcoca-env_facts
2013-09-23 13:46:11 -05:00
Maciej Delmanowski
669b345937
Made re.search string shorter
2013-09-23 12:27:14 +02:00
Maciej Delmanowski
fa879a63a1
Add Linux Container identification
2013-09-23 12:15:33 +02:00
Johan Wirén
9120303446
Fixed setup module to no longer break on OpenBSD release versions.
2013-09-22 14:05:22 +02:00
James Cammarata
6eec6f776e
More housekeeping
...
* Modified version_added strings in recent modules
* Added firewalld inclusion to the CHANGELOG
2013-09-21 01:06:34 -05:00
James Cammarata
6b5b004232
Moving firewalld module from net_infra to system
2013-09-21 01:02:19 -05:00
René Moser
d2d6b20d99
host: code cleanup
2013-09-20 22:50:03 +02:00
James Cammarata
3511687dad
Minor tweak to service changed logic from the previous commit
2013-09-19 15:00:25 -05:00
James Cammarata
8bdb95a014
Merge branch 'service-enable-fix' of https://github.com/gottwald/ansible into gottwald-service-enable-fix
2013-09-19 14:59:53 -05:00
Petr Svoboda
f82d3f7fa9
Fix traceback in service module when svc_cmd is None (2nd fix)
...
When service module is used on unsupported Linux system where init
script is used directly, LinuxService.svc_cmd is None so .endswith()
fails.
This extends fix from e2f20db534
also
for state=restarted.
Fixes issue #3533
2013-09-19 14:36:02 -05:00
René Moser
9f5d8f8482
host: updated version_added
2013-09-19 20:09:38 +02:00
Rene Moser
318c956a22
added module host
...
Add or remove entries in /etc/hosts using tasks:
- host: ip=127.0.0.1 hostname=localhost aliases=foobar.com,localhost.foobar.com
- host: ip=127.0.0.1 hostname=localhost state=present
- host: ip=192.168.1.1 state=absent
- host: hostname=localhost state=absent
- host: ip=::1 hostname=localhost aliases=ip6-localhost,ip6-loopback
2013-09-19 20:09:38 +02:00
David Stygstra
86d4331e3b
Add Python 2.4 support to modprobe module
2013-09-19 00:04:20 -04:00
David Stygstra
d6a5e05a21
Module to manage kernel modules
2013-09-19 00:02:44 -04:00
James Cammarata
7a52ad498d
Merge branch 'issue_3417_systemd_stuff' into devel
2013-09-16 09:30:39 -05:00
James Cammarata
3d09c6441e
Merge branch 'archlinux-fact' of https://github.com/Schnouki/ansible into Schnouki-archlinux-fact
2013-09-16 07:45:38 -05:00
r-p-e
df746b4fb7
Add some more OpenBSD facts
...
added:
* ansible_distribution
* ansible_distribution_release
* ansible_distribution_version
2013-09-15 17:58:29 +02:00
Ingo Gottwald
08af5f833f
Bugfix service module: Only change service state when needed
2013-09-13 22:04:37 +02:00
Thomas Jost
725dd43fca
Add Archlinux "distribution" fact
2013-09-12 11:55:08 +02:00
James Cammarata
0449470f21
Allow service module to manage services not ending in .service
...
Fixes #3417
2013-09-11 15:48:36 -05:00
James Cammarata
3e7511609e
Slight refactorization of the sysctl module
...
* Added in support for freebsd-style sysctl commands
* Replaced some functionality that was provided by module_common
* Simplified some logic in a couple of places (ie, not checking
a split with len() but instead limiting the split to 1)
Fixes #3380
2013-09-11 13:15:17 -05:00
James Cammarata
8d6e302cf8
Compare exploded values in the sysctl module to avoid whitespace errors
...
Fixes #3931
2013-09-10 23:24:24 -05:00
James Cammarata
5fe192e5e7
Fixes to the service module for Ubuntu 12.04 (LTS)
...
Fixes #3615
Fixes #3572
2013-09-10 22:19:15 -05:00
James Cammarata
5e8918cb2c
Check for systemd ownership of a service even if an init.d script exists
...
Also slight modification to the error message in the earlier commit that
modified the update-rc.d detection portion of the code
Fixes #3474
2013-09-10 19:37:51 -05:00