Commit Graph

626 Commits (87b2afc272f7970b54f026d4fff09b5e80979572)

Author SHA1 Message Date
Michael DeHaan d31ac79269 Move internal category to utilities to remove one more category from the left hand menu, keeping it concise. 2016-12-08 11:22:25 -05:00
Michael DeHaan 677ed39cb4 Renames. 2016-12-08 11:22:25 -05:00
Michael DeHaan 5d814d9fb2 Some more module categorization. 2016-12-08 11:22:25 -05:00
Brian Coca 32e85c0944 made subcategories for cloud modules for better organization 2016-12-08 11:22:24 -05:00
James Cammarata bb9433f198 Fail in ec2 if exact_count is specified without using count_tag
Fixes ansible/ansible#9431
2016-12-08 11:22:24 -05:00
Toshio Kuratomi dfd4433fba Fix git module handling of the recursive flag
Fixes: #169
2016-12-08 11:22:24 -05:00
Toshio Kuratomi 5fc463eee7 Update desctiprion, parameter name, and default value as discussed in #55 2016-12-08 11:22:24 -05:00
Lorin Hochstein 5c06bb6dca ec2_snapshot: document wait, wait_timeout params
Document the wait and wait_timeout params for ec2_snapshot.

This is important because snapshots can take a long time to complete,
and the module defaults to wait=yes.
2016-12-08 11:22:24 -05:00
Ashish Ranjan 57ce7b1ea1 fields in /proc/net/tcp* are not always delimited by single space 2016-12-08 11:22:24 -05:00
Adam Chainz dddc5ffd2c Update syntax for cloudformation example 2016-12-08 11:22:24 -05:00
Jaanus Torp 7be83dc844 Fixed really annoying omission in the example without the task would complete without errors or warnings but delete all egress rules 2016-12-08 11:22:24 -05:00
Toshio Kuratomi 1429507489 Fix for systemd service scripts with newlines
Fixes #127
2016-12-08 11:22:24 -05:00
CptLausebaer a572f85d43 correct requirement of parameter dest
The parameter "dest:" is required, but it is documented as "required: false".
2016-12-08 11:22:24 -05:00
Toshio Kuratomi bcc058249c Use original_basename to set the dest path even if src is not set 2016-12-08 11:22:24 -05:00
Tim Gerla 26698246c3 Fix a typo of a function call 2016-12-08 11:22:24 -05:00
Richard Glew dac24deeb4 Fixed bug #193 where parameter name was set incorrectly 2016-12-08 11:22:24 -05:00
Jorge Bastida d82bfcb75f Initialize create_changed and replace_changed 2016-12-08 11:22:24 -05:00
Sapan Bhatia d492544714 Added user, tenant and password to module parameters declaration -- these parameters are already handled by the implementation 2016-12-08 11:22:24 -05:00
Ted Timmons 6e900744f2 fix spelling 2016-12-08 11:22:23 -05:00
James Cammarata dd2807ef3c Strip newlines off k=v pairs in command/shell argument parsing
Fixes ansible/ansible#9272
2016-12-08 11:22:23 -05:00
Lorin Hochstein 06218fe7d2 apt_key: add keyserver example to docs 2016-12-08 11:22:23 -05:00
Jon Hadfield f63ad7894e Remove redundant check for creates argument. 2016-12-08 11:22:23 -05:00
Tadej Janež 9a845a03f4 Simplified condition in a stat module example testing if path is a directory. 2016-12-08 11:22:23 -05:00
James Cammarata 429ab56e14 Adding file doc fragment to those modules in files/ missing it 2016-12-08 11:22:23 -05:00
Joe Adams 6eda3cbee7 Added note to files/synchronize module about synchronizing two directories on the same host 2016-12-08 11:22:23 -05:00
Tongliang Liu 59477d2e9a Added support of returning owner's group name in stat module 2016-12-08 11:22:23 -05:00
anatoly techtonik 90091b1277 files.stat: Expose path in returned result
This is needed to apply subsequent operation on tested path
2016-12-08 11:22:23 -05:00
Matt Martz cce5b600c0 Don't count DELETED servers when adding new servers 2016-12-08 11:22:23 -05:00
Matt Martz 6a6faeb506 Fix determination if a few configurations change in the launch config 2016-12-08 11:22:23 -05:00
Matt Martz e905162571 Ensure that files is the right type, and that we send the formatted personality var 2016-12-08 11:22:23 -05:00
Matt Martz 591ba934c3 Support config_drive and user_data in rax_scaling_group 2016-12-08 11:22:23 -05:00
Eric Hanchrow e4ac716663 Tweak docs to mention `replace` 2016-12-08 11:22:23 -05:00
Major Hayden e3449b6691 Updating SELinux example doc in lininefile module
Encouraging users to use this Ansible module to enable SELinux seems
like a better idea. It also warms Dan Walsh's heart.

Signed-off-by: Major Hayden <major@mhtx.net>
2016-12-08 11:22:23 -05:00
Chad Nelson 20706f5f4d Chnge option name to track_submodule_branches.
Update documentation to reflect what the actual effect of the option.
2016-12-08 11:22:23 -05:00
Chad Nelson 5f30157a05 Give option on how git tracks submodules.
Allows user to decide if git submodule should track branches/tags or track commit hashes defined in the superproject.

Add track_branches parameter to the git module.

Defaults to track branches behavior.
2016-12-08 11:22:23 -05:00
Michael DeHaan 11b0ce5c32 Update README.md 2016-12-08 11:22:22 -05:00
Michael DeHaan c7e9139a1b Fix filename error. 2016-12-08 11:22:22 -05:00
Michael DeHaan ef2a2b9093 package files 2016-12-08 11:22:22 -05:00
Michael DeHaan 213e518165 file extensions! 2016-12-08 11:22:22 -05:00
Michael DeHaan c7eec45b73 Restructuring. 2016-12-08 11:22:22 -05:00
Michael DeHaan 87a9034751 Core/extras split WIP. 2016-12-08 11:22:22 -05:00
Michael DeHaan e5b3cb3b02 Core/Extras splitting WIP. 2016-12-08 11:22:22 -05:00
Michael DeHaan b2bf4b9bf7 Not core. 2016-12-08 11:22:22 -05:00
Michael DeHaan 42ab1eab36 Fix typo in README filename 2016-12-08 11:22:22 -05:00
James Cammarata cd42f73662 Moving snapshot of modules back from core 2016-12-08 11:21:46 -05:00
James Cammarata 9c67f6dcdc removed core and extras submodules 2016-12-07 15:44:53 -05:00
James Cammarata 1a4484be61 Submodule ref update 2016-12-06 10:51:49 -05:00
Toshio Kuratomi 36f29148a3 Update submodule refs 2016-12-06 07:05:07 -08:00
Matt Clay 6611845716 Update submodule refs. 2016-12-06 10:01:11 -05:00
Matt Davis d95eac16eb bump submodule refs 2016-11-29 14:21:34 -08:00
James Cammarata 786ac0ea3d Submodule update 2016-11-29 13:26:56 -06:00
Matt Clay 00f8945159 Update submodule refs. 2016-11-28 13:22:34 -08:00
Matt Clay 6169d2d49f Update submodule refs. 2016-11-28 11:50:48 -08:00
Matt Clay 43714f859a Update submodule refs. 2016-11-24 20:01:59 -08:00
Toshio Kuratomi 03dd186c63 Update submodule refs 2016-11-23 07:34:18 -08:00
Matt Clay 387fca28ab Update submodule refs. 2016-11-22 16:49:26 -08:00
Toshio Kuratomi bacdbc5f27 Update submodule refs 2016-11-22 11:31:34 -08:00
Toshio Kuratomi 783a185f1c Update submodule ref for mount fixes 2016-11-19 15:30:53 -08:00
Toshio Kuratomi 5984e3ee9b Update submodule refs 2016-11-18 12:48:31 -08:00
Matt Davis d78ec1e760 bump submodule refs 2016-11-18 09:59:32 -08:00
Matt Clay 4981feee99 Update submodule refs. 2016-11-14 20:11:39 -08:00
Matt Davis 39dcafe23f bump submodule refs 2016-11-11 10:46:06 -08:00
Matt Clay 2ab2e709b0 Update submodule refs. 2016-11-10 11:55:37 -08:00
Matt Clay 8c270ac75f Add empty-init code-smell script. (#18406)
Also removed boilerplate from otherwise empty __init__.py files
which should not contain any code (checked by empty-init script).
2016-11-07 15:02:13 -08:00
James Tanner 2d43b20eb9 Update submodule refs 2016-11-03 22:08:55 -04:00
Matt Clay 66a0b1475f Update submodule refs. 2016-11-03 14:31:39 -07:00
Matt Clay 368a837481 Update submodule refs. 2016-11-02 22:04:55 -07:00
Toshio Kuratomi 1ff92e28f9 Update submodule refs to get accurate archive doc 2016-11-02 12:54:26 -07:00
Matt Clay 275d5f85ec Update submodule refs. 2016-11-02 09:59:10 -07:00
Toshio Kuratomi 557f46658c Update submodule refs 2016-11-01 09:39:32 -07:00
Matt Clay b42e42343c Update submodule refs. 2016-10-31 21:25:07 -07:00
Matt Clay e753860cb2 Update submodule refs. 2016-10-31 17:16:53 -07:00
Toshio Kuratomi d7207b3910 Update submodule refs 2016-10-31 09:26:23 -07:00
Matt Clay 37580c7d70 Update submodule refs. 2016-10-29 23:28:23 -07:00
Matt Davis 916fc25088 bump submodule refs 2016-10-28 09:45:13 -07:00
Toshio Kuratomi 4c06ddced6 Update submodule refs 2016-10-28 07:46:43 -07:00
Chris Houseknecht d60bc492b6 Add --container-enabled option to `ansible-galaxy init` command. (#18157) 2016-10-27 22:16:22 -04:00
Matt Davis f8482e335c bump core submodule ref for win_shell/win_command fix 2016-10-25 17:22:18 -07:00
Toshio Kuratomi ce4330d986 Update submodule refs 2016-10-24 07:21:29 -07:00
Matt Davis 2708ef99b8 bump core submodule ref for async fix 2016-10-24 00:00:24 -07:00
Toshio Kuratomi 3098cc2eb9 Update submodule refs 2016-10-23 16:55:43 -07:00
Toshio Kuratomi dcbd64b481 Update submodule refs 2016-10-23 14:47:16 -07:00
Toshio Kuratomi def260b5d1 Update submodule refs to pick up latest py3 fixes (and git dep yaml fix) 2016-10-21 09:01:35 -07:00
Brian Coca aa5938bf8e updated submodule ref 2016-10-21 11:19:46 -04:00
Toshio Kuratomi 9a5be38a22 Update submodule refs 2016-10-20 14:04:35 -07:00
Toshio Kuratomi 1d3db8ec5b iUpdate submodule refs 2016-10-20 10:29:57 -07:00
Ryan S. Brown a4660766f7 Update core submodule ref 2016-10-19 19:07:29 -04:00
Toshio Kuratomi 25e25127b9 Update submodule refs 2016-10-19 08:59:59 -07:00
Toshio Kuratomi 001e2b52e0 Update submodule ref for git fix 2016-10-18 11:54:45 -07:00
Toshio Kuratomi ea479001f0 Update submodule ref 2016-10-18 07:22:31 -07:00
Toshio Kuratomi 2b105ec7ab Update submodule refs 2016-10-17 14:21:31 -07:00
Toshio Kuratomi 4ce0cf57b6 Update submodule refs 2016-10-17 08:15:33 -07:00
Toshio Kuratomi e9e7967dd0 Update extras submodule ref to pull in misc's py3 fixes 2016-10-15 09:17:49 -07:00
Toshio Kuratomi 9a49506677 Update submodule refs 2016-10-15 08:24:33 -07:00
Toshio Kuratomi 33f5c25f41 Update submodule refs to pickup firewalld fix 2016-10-12 15:16:40 -07:00
Toshio Kuratomi e5478a212f Update submodule refs 2016-10-11 16:13:11 -07:00
Ryan S. Brown 6444992afb Update submodule ref for devel 2016-10-07 17:18:10 -04:00
Toshio Kuratomi 9f9a960ceb Update submodules 2016-10-06 10:24:30 -07:00
Toshio Kuratomi 965dcabed2 Update submodule refs for the command fix with new run_command 2016-10-03 15:06:52 -07:00
Matt Davis 64d9de6b25 bump core submodule ref 2016-10-03 07:28:19 -07:00