Michael Scherer
d1b16cd007
Use type='path' for dest ( #2175 )
9 years ago
Michael Scherer
7fd4180857
Fix arguments and docs ( #2147 )
...
- oauthkey shouldn't be logged
- action should be restricted and checked and the
doc should correspond to the code
9 years ago
Toshio Kuratomi
71d83b77bc
Recategorize git_config and shift version to 2.1
9 years ago
Stefan Magnus Landrø
fe2dc427d4
Honouring verify_ssl when using username/password for authentication …
9 years ago
Werner Dijkerman
ab2f4c4002
New module for creating gitlab projects ( #968 )
9 years ago
Werner Dijkerman
50179aca69
New module for creating gitlab groups ( #967 )
9 years ago
Werner Dijkerman
50d159fa1f
New module for creating gitlab users ( #966 )
9 years ago
Toshio Kuratomi
d6af6f8477
Update for modules which import json.
...
Some do not use the json module directly so don't need import json.
Some needed to fallback to simplejson with no traceback if neither was installed
Fixes #1298
9 years ago
Greg DeKoenigsberg
004dedba8a
Changes to author formatting, remove emails
10 years ago
Brian Coca
08445418aa
more string corrections
10 years ago
Brian Coca
edf519a0c2
moar quotes
10 years ago
Greg DeKoenigsberg
1170d8029c
Adding author's github id
10 years ago
Greg DeKoenigsberg
adf7496d19
Adding author's github id
10 years ago
Toshio Kuratomi
ceaaa36f16
Reverse the default value of the bzr module force flags
10 years ago
Brian Coca
2003d79a48
Merge pull request #9 from bwhmather/feature/github_content_type
...
make it possible to configure the content type of a github webhook
10 years ago
Paul Nicholson
08265de4be
Add missing __init__.py files for find_package() to work
10 years ago
Ben Mather
165bf6439f
mark all actions as private
10 years ago
Ben Mather
2c79db52bc
mark list as private instead of shadowing
10 years ago
Ben Mather
f6cd2d931e
make it possible to configure the content type of a github webhook
10 years ago
Ben Mather
d95d8c9d98
rename list to list_ to avoid shadowing in github_hooks module
...
The definition was leaking into ansible.module_utils.basic and causing
type checking to fail when running module as script. Not entirely clear
why this should be the case.
10 years ago
Michael DeHaan
b1e789968b
File extensions!
10 years ago
Michael DeHaan
50f105578a
Restructuring.
10 years ago
Michael DeHaan
73123b69fa
Move modules into subdirectory.
10 years ago
James Cammarata
0257cb1201
Allow git repo queries without a clone when update=no
...
This commit also makes the dest parameter optional, unless update=yes
(the default), since it is not required for queries without an update.
Fixes #8630
10 years ago
Devin Austin
8c72247c1e
updated git module documentation
...
Clarified key_file option for the git module, since it requires the user to specify a private key, not a public key.
10 years ago
Michael DeHaan
1194a4ee11
Documentation simplification for git module parameter
10 years ago
James Cammarata
9acf2454d4
Merge branch 'git_fix' of https://github.com/pkit/ansible into pkit-git_fix
11 years ago
James Cammarata
c76535d911
Cleanup subversion module documentation in regards to export
11 years ago
James Cammarata
b4911dcc59
Make sure export param for subversion module is checked as a boolean
...
Fixes #7548
11 years ago
Aleksey Khudyakov
ac6792356c
Fix typo requird -> required
11 years ago
James Cammarata
31250905e9
Check module_path permissions when creating ssh_wrapper for git
...
If the module directory is not writable/executable to the current user
(most likely because of a sudo to a non-root user), the ssh_wrapper
will be created in the default location for mkstemp() calls. To facilitate
the deletion of these new files, a new mechanism for cleaning up files
created by the module was also added.
Fixes #7375
11 years ago
Chad Nelson
6aac9538a8
Only update submodules when recursive is true
11 years ago
Constantine Peresypkin
1c6c7716fd
fix issue #6932
...
add `git remote set-url` before fetch to set the remote repo to the new url, if provided
11 years ago
James Cammarata
973b29e624
Fix incorrect version_added value in docstring for subversion export param
11 years ago
James Tanner
b65857b4de
Addresses #6750 Use --help instead of -
11 years ago
James Tanner
a2307bf2fc
Fixes #6750 Check git subcommand for --remote and expose errors
11 years ago
Gael Pasgrimaud
9ca9f270d9
Fix a typo in the subversion module documentation
11 years ago
Oleg A. Mamontov
045eba960e
Fixed cwd for submodules update
11 years ago
Michael DeHaan
12391a4ba9
Merge branch 'intellectronica/non-recursive-git' of git://github.com/intellectronica/ansible into devel
...
Conflicts:
library/source_control/git
11 years ago
addshore
68f12aa995
Add --remote to git submodule_update
...
This simply adds --remote to the git submodule update command.
This means that if a branch is defined in .gitmodules then we should track said branch when updating.
11 years ago
James Cammarata
98c62f6b1c
Merge branch 'subversion_export' of https://github.com/maniaplanet/ansible into maniaplanet-subversion_export
11 years ago
James Tanner
69d40b861f
Fixes #6582 Re-add regex to ignore untracked files that were never tracked
11 years ago
James Tanner
6c8980c1a4
Fixes #6567 put the git wrapper script in the module temp dir
11 years ago
andreaskern
2385b28de5
add param to note example for ssh-keyscan
...
hostnames in the known hosts file are typically stored as Hashed values, calling 'ssh-keyscan' with '-H' changes to output to the Hashed format so that the known_hosts file looks more consistent
11 years ago
patrickheeney
4bc663092f
Fix documentation for accept_hostkey
11 years ago
Michael DeHaan
349063743f
Some more run_command updates.
11 years ago
Patrick Smith
0f9cb7a24f
git: Execute git commands in `dest` directory
11 years ago
James Cammarata
c68be8b418
Remove validate_certs parameter from fetch_url calls
11 years ago
James Tanner
fc33860e5d
Force command action to not be executed by the shell unless specifically enabled
11 years ago
James Cammarata
a1b1182662
Validate SSL certs accessed through urllib*
...
* Adds another module utility file which generalizes the
access of urls via the urllib* libraries.
* Adds a new spec generator for common arguments.
* Makes the user-agent string configurable.
Fixes #6211
11 years ago