You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
11 years ago
..
__init__.py package files 11 years ago
authorized_key.py Refactored code to use module utility fetch_url function. 11 years ago
cron.py Update cron example for setting to run twice a day 11 years ago
group.py file extensions! 11 years ago
hostname.py Add support for SL7 to hostname module. 11 years ago
mount.py Remove incorrect executable permissions. 11 years ago
ping.py file extensions! 11 years ago
seboolean.py file extensions! 11 years ago
selinux.py Set selinux state to 'permissive' for state=disabled 11 years ago
service.py Add service option to avoid failure on missing service 11 years ago
setup.py file extensions! 11 years ago
sysctl.py now handles non string values for sysctl 11 years ago
user.py implemented account expiration as flag and not state, removed from unsupported platforms 11 years ago