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
Michael Scherer 872594b49a Make service work when the service is not present in rc.conf
After installing a package from the ports collection on a
fresh FreeBSD 11.0, Ansible was unable to enable it, failing with
"unable to get current rcvar value". Debugging showed that sysrc
didn't see the variable from /usr/local/etc/rc.d/myservice, but
adding the value was working.

So we will just fallback to the default value if we can't find it.
9 years ago
..
__init__.py package files 11 years ago
authorized_key.py Make authorized_key preserve key order (#5339) 9 years ago
cron.py Identify existing unmanaged jobs by exact match, when no header comment is found 9 years ago
group.py Bulk spelling improvement to modules-core (#5225) 9 years ago
hostname.py hostname: add support for alpine linux (#4837) 9 years ago
mount.py Fixing bind mount pattern in the mount module (#5084) 9 years ago
ping.py Port to dual python2/python3 compat 10 years ago
seboolean.py Convert name to bytes to compare it to bools 9 years ago
selinux.py Proper author info for all remaining modules 11 years ago
service.py Make service work when the service is not present in rc.conf 9 years ago
setup.py add gather_timeout parameter (#4093) 10 years ago
sysctl.py Showing some of the sysctl settings in proper yaml format per Ansible documentation (#4073) 10 years ago
systemd.py Bulk spelling improvement to modules-core (#5225) 9 years ago
user.py dont join when group is none 9 years ago