ansible/system
Jesse Keating cf0e8d62d2 Add service option to avoid failure on missing service
This adds a must_exist option to the service module, which gives callers the
ability to be tolerant to services that do not exist. This allows for
opportunistic manipulation of a list of services if they happen to exist on the
host. While failed_when could be used, it's difficult to track all the
different error strings that might come from various service tools regarding a
missing service.
2015-02-05 15:23:35 -08:00
..
__init__.py package files 2014-09-26 11:05:47 -04:00
authorized_key.py Refactored code to use module utility fetch_url function. 2015-02-03 19:08:23 -06:00
cron.py Update cron example for setting to run twice a day 2014-12-02 14:38:32 -08:00
group.py file extensions! 2014-09-26 10:37:56 -04:00
hostname.py Add support for SL7 to hostname module. 2015-01-20 21:50:15 +01:00
mount.py Remove incorrect executable permissions. 2014-11-13 18:08:48 -05:00
ping.py file extensions! 2014-09-26 10:37:56 -04:00
seboolean.py file extensions! 2014-09-26 10:37:56 -04:00
selinux.py Set selinux state to 'permissive' for state=disabled 2014-09-30 00:33:55 +02:00
service.py Add service option to avoid failure on missing service 2015-02-05 15:23:35 -08:00
setup.py file extensions! 2014-09-26 10:37:56 -04:00
sysctl.py now handles non string values for sysctl 2015-01-19 19:37:57 -05:00
user.py implemented account expiration as flag and not state, removed from unsupported platforms 2015-01-28 09:22:32 -05:00