summaryrefslogtreecommitdiff
path: root/library/system
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5215 from dhml/develjctanner2013-12-181-0/+4
* Fixes #4796 handle unicodedecode errors from dmidecode outputJames Tanner2013-12-181-1/+7
* Fix comment yaml escaping in authorized_key moduleJames Tanner2013-11-261-0/+3
* Save comment hashes in sshkeysJames Tanner2013-11-251-0/+1
* Cleanup debug statementsJames Tanner2013-11-251-2/+0
* Fixes #5032 escape and safely split key options in authorized_keys moduleJames Tanner2013-11-251-2/+10
* Fixes #5010 Add user to all defined supplementary groupsJames Tanner2013-11-251-3/+3
* Fixes #5021 safely split hostkeys with quotesJames Tanner2013-11-221-1/+6
* Fix pep8 error in hostname moduleJames Tanner2013-11-191-1/+1
* Merge pull request #4868 from hnakamur/rhel5_hostname_fixMichael DeHaan2013-11-191-0/+5
|\
| * Apply the same change as https://github.com/hnakamur/ansible-playbooks/pull/2Hiroaki Nakamura2013-11-101-0/+5
* | Remove the 'host' module for now because the alias handling involves a bit to...Michael DeHaan2013-11-191-194/+0
* | Add version_added to all modules missing version_added information, the docs ...Michael DeHaan2013-11-182-0/+2
* | Changelog updates and a few module renames. vpc -> ec2_vpc, githooks -> gith...Michael DeHaan2013-11-181-2/+2
* | Merge pull request #4910 from matze/add-system-blacklist-modulejctanner2013-11-151-0/+141
|\ \
| * | Add system module to blacklist kernel moduleMatthias Vogelgesang2013-11-151-0/+141
* | | host: fix bug, alias was not removedRene Moser2013-11-151-5/+3
* | | host: removed unused self_has_aliasesRene Moser2013-11-151-3/+0
* | | host: skip lines beginning with new lineRene Moser2013-11-151-1/+1
* | | host: fix changed is not available on failRene Moser2013-11-151-6/+6
|/ /
* | Don't allow cron module to delete cron_file without name parameter assignmentnextus2013-11-141-0/+3
* | Fix: absent state removing whole cron.d file instead of specific jobnextus2013-11-131-1/+1
* | Merge pull request #4282 from cristobalrosa/ansibleJames Tanner2013-11-131-0/+10
|\ \
| * | Added an space between code and comments in order to follow the coding standarsCristobal Rosa2013-09-281-1/+1
| * | Added a new check to check whether an network interface is in promiscuous modeCristobal Rosa2013-09-281-0/+9
* | | Add more error detail to the service module for FreeBSDJames Tanner2013-11-121-2/+4
* | | Merge pull request #4304 from ferringb/fixes/cron-permissionsjctanner2013-11-111-0/+2
|\ \ \ | |_|/ |/| |
| * | Enforce umask for cron module, so cron_file generated files are 0644.Brian Harring2013-09-301-0/+2
* | | Set the correct version added for the hostname moduleJames Tanner2013-11-071-1/+1
* | | Merge pull request #3940 from hnakamur/hostname_modulejctanner2013-11-071-0/+319
|\ \ \
| * | | Fix for RHEL6.Hiroaki Nakamura2013-11-011-1/+1
| * | | Add support for Fedora, OpenSUSE and ArchLinux.Hiroaki Nakamura2013-10-161-0/+58
| * | | Do not use shortcut conditional operator which is not supported in Python 2.4.Hiroaki Nakamura2013-10-151-2/+4
| * | | Fix a bug in DebianStrategy.get_permanent_hostname(). Use strip, not split!Hiroaki Nakamura2013-08-251-1/+1
| * | | Rewrite with "try ... finally" instead of "with" statement to support Python ...Hiroaki Nakamura2013-08-251-5/+20
| * | | Remove extra sysloggings.Hiroaki Nakamura2013-08-251-29/+2
| * | | Raise an error on unsupported platform/distributions.Hiroaki Nakamura2013-08-251-1/+25
| * | | Add a hostname module, which sets system's hostname.Hiroaki Nakamura2013-08-251-0/+247
* | | | Address #4573 Check interface keys and return gracefully on solaris zonesJames Tanner2013-11-061-0/+2
* | | | return True/False from remove_job_file()Jim Richardson2013-11-041-5/+3
* | | | fix for https://github.com/ansible/ansible/issues/4795Jim Richardson2013-11-031-2/+4
* | | | Merge pull request #4754 from mscherer/fix_4648Michael DeHaan2013-10-311-15/+16
|\ \ \ \
| * | | | make cron module work on solarisMichael Scherer2013-10-311-9/+16
| * | | | remove unused functionMichael Scherer2013-10-311-6/+0
* | | | | Undo an inadvertant revert from template changes so we still allow pythonic i...Michael DeHaan2013-10-312-5/+3
|/ / / /
* | | | add "zle" as a supported ZFS compression typeScott Dunlop2013-10-311-2/+2
* | | | Revert templating enhancements from 73dbab70 e6c28658 d409352c 9858b1f2 45875...James Tanner2013-10-302-10/+4
* | | | Merge pull request #4715 from mscherer/fix_4702jctanner2013-10-291-1/+1
|\ \ \ \
| * | | | Fix #4702, make setup work on windowsMichael Scherer2013-10-281-1/+1
* | | | | Fixing authorized_keys module to make the key part detection betterJames Cammarata2013-10-281-32/+33
|/ / / /