Commit Graph

688 Commits (9c0cf447bda034e36d4c18fa521b4bd396abb743)

Author SHA1 Message Date
Toshio Kuratomi 88eff11c04 Many more doc fixes 9 years ago
Brian Coca 08445418aa more string corrections 9 years ago
Brian Coca edf519a0c2 moar quotes 9 years ago
Greg DeKoenigsberg b232f143e4 Adding author's github id 9 years ago
Greg DeKoenigsberg 1c662556e9 Adding author's github id 9 years ago
Greg DeKoenigsberg 2804ffd925 Adding author's github id 9 years ago
Greg DeKoenigsberg 5e327de353 Adding author's github id 9 years ago
Greg DeKoenigsberg 2002a235db Adding author's github id 9 years ago
Greg DeKoenigsberg 88bebd353d Adding author's github id 9 years ago
Greg DeKoenigsberg 2fdebb296a Adding author's github id 9 years ago
Greg DeKoenigsberg c90c3e77da Adding author's github id 9 years ago
Greg DeKoenigsberg 45478760e3 Adding author's github id 9 years ago
Greg DeKoenigsberg 3d4477ab07 Adding author's github id 9 years ago
Greg DeKoenigsberg 7f8e55a66a Adding author's github id 9 years ago
Greg DeKoenigsberg f59b405e7a Adding author's github id 9 years ago
Greg DeKoenigsberg cff5b5b5cc Adding author's github id 9 years ago
Greg DeKoenigsberg e1385a9e8b Adding author's github id 9 years ago
Greg DeKoenigsberg b08c630fe9 Adding author's github id 9 years ago
Greg DeKoenigsberg c10896c401 Adding author's github id 9 years ago
Greg DeKoenigsberg d1999aa7cf Adding author's github id 9 years ago
Greg DeKoenigsberg 57ad76208d Adding author's github id 9 years ago
Greg DeKoenigsberg f65bb1c55e Adding author's github id 9 years ago
Greg DeKoenigsberg 7b9d8baf76 Adding author's github id 9 years ago
Greg DeKoenigsberg 4399d9feee Adding author's github id 9 years ago
Greg DeKoenigsberg 34d93e0488 Adding author's github id 9 years ago
Matt Martz a258606694 Use try/finally with file opening to close the file 10 years ago
Matt Martz e568032bc3 Fix up modules that have python24 syntax error 10 years ago
Sterling Windmill 7c675705f3 Allow for specifying name instead of host as per the documentation at http://docs.ansible.com/known_hosts_module.html 10 years ago
Robert Osowiecki 4ffb5f065b Using get_bin_path to find rmmod and modprobe 10 years ago
Doug Luce 1fa73cd0a3 Add the cronvar module.
This manages environment variables in Vixie crontabs.  It includes
addition/removal/replacement of variables and ordering via the
insertbefore/insertafter parameters.
10 years ago
Brian Coca 579cc55cb7 Merge pull request #408 from bcoca/fix_known_hosts_24
fixed 2.4 compatibility
10 years ago
Brian Coca 3c9131b09c added aliases docs 10 years ago
Brian Coca 048a3b8062 Merge pull request #406 from rnowling/gluster-multiple-bricks
Issue #403: Add support for multiple bricks to gluster_volume
10 years ago
RJ Nowling 6d66beb793 Change 'brick' to 'bricks' and add 'brick' as an alias. Add example with multiple bricks. 10 years ago
Jonathan Mainguy ae34395f01 Fixes bug where state=absent did not work 10 years ago
Brian Coca 2535a49284 fixed 2.4 compatibility 10 years ago
RJ Nowling 20d998a6d6 Improve documentation for gluster_volume brick parameter 10 years ago
RJ Nowling c7853c9f08 Issue #403: Add support for multiple bricks to gluster_volume 10 years ago
RJ Nowling 582da5b911 Make 'module' global. Small whitespace formatting fixes. Closes Issue #397. 10 years ago
mcameron 1f5e243acf Revert "system/lvol: Suppress prompts from lvcreate"
This reverts commit f8d04bec1b.
10 years ago
Brian Coca dc0cfbd1b4 Merge pull request #369 from bcoca/known_hosts_oserrors
now also captrure OSErrors on temp file creation
10 years ago
Brian Coca 89284bcce0 now also captrure OSErrors on temp file
fixes #360
10 years ago
Brian Coca 21fce8ac73 Merge pull request #217 from wimnat/issue-197
Convert symlinks specified in pvs to actual path
10 years ago
Brian Coca d4d5d7cf73 Merge pull request #190 from yuriks/patch-1
crypttab: Fix parameter checking with state=absent
10 years ago
Brian Coca f901fd0160 glusterbin needs to be global 10 years ago
Matthew Vernon 30cf73e83a Fix for issue #353 (handle change in ssh-keygen behaviour)
Prior to openssh 6.4, ssh-keygen -F returned 0 (and no output) when no
host was found. After then, it instead returned 1 and no output. This
revised code behaves correctly with either behaviour. There is
currently no other code path that results in exit(1) and no output.
10 years ago
Brian Coca 7794042cf6 fixed missing parens 10 years ago
Brian Coca 4c0b1b42bc minor fixes to gluster:
- removed functions from main scope
- renamed rebalance function to disambiguate from variable
- updated docs with defaults
- added exception handling to command execution
10 years ago
Tyler Kellen c08ce5b30d correct version_added for known_hosts
It was added in 1.9, not 1.6.
10 years ago
Toshio Kuratomi 2b192c7f8e remove non-ascii quotes from message string
Fixes https://github.com/ansible/ansible/pull/8564
10 years ago