summaryrefslogtreecommitdiff
path: root/system
Commit message (Expand)AuthorAgeFilesLines
* backport 2.0 user module fixesnitzmahone2016-03-071-113/+128
* backporting fix removing groups from MAC usersBrian Coca2016-01-011-1/+2
* Expand key file in example for stable branchToshio Kuratomi2015-09-051-1/+1
* Check if the gid is setbambou2015-07-181-3/+5
* Fix group mod and group add for FreeBSDSean Chittenden2015-07-071-2/+4
* value should be string as that is what it compares againstBrian Coca2015-05-281-1/+1
* Update user.pymacbeth762015-05-071-1/+1
* Fix bug in service where upstart services incorrectly use init scriptsJames Cammarata2015-05-041-1/+1
* simplified bad if chainBrian Coca2015-04-141-7/+3
* Merge branch 'osx_user_fix' of https://github.com/bambou42/ansible-modules-co...James Cammarata2015-04-061-10/+30
* [service] Fix bug with upstart detectionDavid Wittman2015-03-311-1/+1
* Fix authorized_key module crashing when given an invalid keySam Thursfield2015-03-231-3/+4
* Update authorized_key.pyDag Wieers2015-03-051-1/+1
* In service_enable, the default of changed is True so we have to set itToshio Kuratomi2015-03-031-0/+2
* Added HP-UX subclassCarlo Mandelli2015-02-271-0/+152
* On FreeBSD apply 'login_class' only if there is real change.Oleg A. Mamontov2015-02-271-2/+11
* Fix typo in authorized key module documentation.Edward Larkey2015-02-251-1/+1
* Create SSH Keys always after creating $HOMEStefan J. Betz2015-02-211-10/+10
* fix for mount w/o opts (bug introduced when fixing bind mounts)Brian Coca2015-02-181-1/+1
* Merge pull request #95 from Gamevy/use-insservBrian Coca2015-02-161-1/+39
|\
| * Use insserv where availableGraham Hay2015-02-041-1/+39
* | Merge pull request #759 from jonhadfield/systemd_enabled_checkBrian Coca2015-02-161-6/+11
|\ \
| * | use is-enabled to check systemd service status.Jon Hadfield2015-02-081-6/+11
| |/
* | Add basic support for OSX groups.Sébastien Gross2015-02-131-0/+43
* | Add basic support for OS X (Darwin) user management.Sébastien Gross2015-02-131-0/+317
* | Solaris SMF is already supported and should be mentioned in the docs,Dagobert Michelsen2015-02-121-1/+1
* | added note that url src is only avaialable from 1.9 onBrian Coca2015-02-121-1/+1
* | Merge pull request #648 from bcoca/service_fix_update-rc.dBrian Coca2015-02-111-32/+25
|\ \
| * | now allows for case in which someone removed the K* links and is tryingBrian Coca2015-01-151-2/+10
| * | simplified update-rc.d enable/disable handling, removed forced defaultsBrian Coca2015-01-151-32/+17
* | | Tabs to spacesToshio Kuratomi2015-02-111-6/+6
* | | Merge pull request #49 from Jmainguy/mount_bind_fixBrian Coca2015-02-111-0/+11
|\ \ \
| * | | Fixes bind mountsJonathan Mainguy2014-12-011-0/+11
* | | | Correct grammar of comment relating to examplePaul Geraghty2015-02-111-1/+1
* | | | Add exclusive option to authorized_keysJesse Keating2015-02-091-0/+26
* | | | Add Linuxmint support in hostname modulePhilippe ALEXANDRE2015-02-061-0/+5
* | | | Merge pull request #554 from likwid/develBrian Coca2015-02-041-2/+18
|\ \ \ \ | |_|_|/ |/| | |
| * | | Refactored code to use module utility fetch_url function.Jeff Gonzalez2015-02-031-8/+11
| * | | Added documentation for using url as key sourceJeff Gonzalez2015-01-271-1/+5
| * | | Added ability to use url as key sourceJeff Gonzalez2014-12-221-0/+9
* | | | implemented account expiration as flag and not state, removed from unsupporte...Brian Coca2015-01-281-56/+42
* | | | Merge pull request #41 from billwanjohi/add_expired_stateBrian Coca2015-01-271-5/+57
|\ \ \ \
| * | | | user: add expired statebillwanjohi2014-09-291-5/+57
* | | | | Merge branch 'devel' into openbsd_rcctlJonathan Armani2015-01-238-170/+199
|\ \ \ \ \
| * | | | | More information about distutils on Solaris in case we run into this againToshio Kuratomi2015-01-221-0/+3
| * | | | | Merge pull request #639 from tgolly/develToshio Kuratomi2015-01-221-1/+3
| |\ \ \ \ \
| | * | | | | Load distutils on all platforms EXCEPT Solaris.Tim G2015-01-161-1/+2
| | * | | | | distutils is not available on some non-Linux OS'sTim G2015-01-141-1/+2
| * | | | | | Merge pull request #39 from kustodian/selinux_disable_fixBrian Coca2015-01-221-6/+11
| |\ \ \ \ \ \
| | * | | | | | Set selinux state to 'permissive' for state=disabledkustodian2014-09-301-6/+11
| | | |/ / / / | | |/| | | |