Peter Sprygada
04b200059d
Merge pull request #4326 from gundalow/docs-junos
...
junos: Docs update
2016-08-09 07:35:26 -04:00
Peter Sprygada
c15a84b690
Merge pull request #4360 from alvaroaleman/bugfix/ios_command_docs
...
Make ios_command example working
2016-08-09 07:34:16 -04:00
Saurabh Sharma
fcee7d08b3
error handling for importing non-existent db. Fixes ##2068 ( #3617 )
...
* error handling for importing non-existent db
* creating db on import state and suitable message on deleting db
* handling all possible cases when db exists/not-exists
2016-08-08 12:36:18 -07:00
Toshio Kuratomi
5d7b46e0dd
Be explicit about specifying the ssh port if it was user specified ( #4302 )
...
Previously, if the port specified by the user or inventory was 22, then
the ssh client port would be used instead.
Fixes #3895
2016-08-08 08:59:25 -07:00
Zoltán Müllner
8218e7ba25
Revert "Reset all locale environment variables before running svn commands" ( #4358 )
...
* Revert "Reset all locale environment variables before running svn commands"
This reverts commit 99456fbc98
.
* Reset locale environment variables before running svn commands
2016-08-08 10:18:50 -04:00
Michael Scherer
c46e425846
Add a example with a non service unit ( #4355 )
...
Since the documentation focus mostly on service
units, a explicit example may help people realizing
it can be used for socket and timer too.
2016-08-08 08:48:33 -04:00
Alvaro Aleman
12b579f92d
Make ios_command example working
2016-08-08 14:42:39 +02:00
muxator
24fa1ab426
typo in the documentation of the "state" parameter ( #4353 )
2016-08-07 17:23:42 +02:00
John R Barker
d05ed8e2d8
ios & iosxr Documentation improvements ( #4321 )
2016-08-05 19:26:09 -04:00
Chris Houseknecht
0358dee095
Add buildargs parameter to support Dockerfile ARG directive. ( #4349 )
...
* Add buildargs parameter to support Dockerfile ARG directive.
* Fix doc_strings. Doc string for load_path was completely missing.
2016-08-05 19:14:31 -04:00
Chris Houseknecht
4f2bf6cac1
Merge pull request #4346 from chouseknecht/devel
...
Default repository tag value to tag parameter value or 'latest'.
2016-08-05 16:36:04 -05:00
chouseknecht
cc101164a8
Default repository tag value to tag parameter value or 'latest'.
2016-08-05 16:08:11 -04:00
Chris Houseknecht
d30fd103cf
Merge pull request #4345 from chouseknecht/fix_4184
...
Always returns changed when state present and name includes :tag.
2016-08-05 13:40:55 -05:00
chouseknecht
d36f04e7f2
Always returns changed when state present and name includes :tag.
2016-08-05 14:29:06 -04:00
John R Barker
4148b74433
Update junos_config.py
2016-08-05 17:01:52 +01:00
John R Barker
5f02f54ff9
Update junos_config.py
2016-08-05 16:38:58 +01:00
Chris Houseknecht
c0d373f258
Add *build* to state parameter choices. Updated deprecation message. Will be deprecated in release 2.3. Removed ( #4342 )
...
mention of *tagged* state in the force parameter doc strings. There is no *tagged* state.
2016-08-05 10:47:29 -04:00
Chris Houseknecht
85ed6f488b
Merge pull request #4339 from chouseknecht/fix_4235
...
Fix image tag operation
2016-08-05 09:27:56 -05:00
John Barker
4d0f5cc3f5
vyos: Docs fixes
2016-08-05 15:14:04 +01:00
John Barker
d45a75bc01
openswitch: Docs fixes
2016-08-05 14:40:52 +01:00
John Barker
d319328d03
NXOS Docs update
2016-08-05 13:01:13 +01:00
chouseknecht
c27054090a
Fix image tag operation. Allows repository in form of repo:tag. If no tag value, defaults to 'latest'.
2016-08-05 05:08:52 -04:00
Ryan Brown
95a7ee271a
Merge pull request #3773 from jbaublitz/gce_net_nwmode
...
gce_net: Add ability to create new-style networks on Google Cloud
2016-08-04 14:22:35 -04:00
John Barker
bd08631e58
junos: Docs update
2016-08-04 17:16:38 +01:00
Nathaniel Case
8bb4b9818c
Fix ios_config broken logic
2016-08-04 11:24:28 -04:00
John Barker
5599ab14f6
Cumulus - consistent docs formatting
2016-08-04 12:18:06 +01:00
Peter Sprygada
b8c1edc04d
Merge pull request #4317 from Qalthos/nxos_command_fix
...
Quick fix to nxos_command and minify imports
2016-08-03 19:37:51 -04:00
Nathaniel Case
104d753730
Quick fix to nxos_command and minify imports
2016-08-03 18:06:33 -04:00
Chris Houseknecht
c6ce77ec4c
Merge pull request #4315 from chouseknecht/devel
...
Added implementation of ignore_image
2016-08-03 16:05:56 -05:00
chouseknecht
af177834af
Added implementation of ignore_image, which prevents recreation of containers on image change.
2016-08-03 16:30:45 -04:00
Chris Houseknecht
ccd8cd014b
Merge pull request #4313 from chouseknecht/devel
...
Bind published ports to specific host IP when one is available
2016-08-03 13:51:01 -05:00
chouseknecht
74dbb61b8d
Fix #3670 host IP defaults to 0.0.0.0 ignoriing bridge Host IP option.
2016-08-03 14:47:30 -04:00
John R Barker
4ebcdf3efd
Merge pull request #4115 from bordeltabernacle/fix/network_module_typos
...
Fix/network module typos
2016-08-03 10:15:05 -07:00
Chris Houseknecht
db66758125
Merge pull request #4308 from chouseknecht/devel
...
Add explicit image build
2016-08-02 23:53:48 -05:00
chouseknecht
18343c4e5a
Improved documentation for returned actions.
2016-08-03 00:39:21 -04:00
chouseknecht
b9696a349f
When build true call docker-compose build, and add nocache option.
2016-08-03 00:25:58 -04:00
Peter Sprygada
77ca63d51e
Merge pull request #4304 from kkirsche/patch-1
...
Fix typo in "ssantaize" typo
2016-08-02 23:26:52 -04:00
Chris Houseknecht
3b268eff79
Merge pull request #4307 from chouseknecht/devel
...
Adding pull option
2016-08-02 21:32:32 -05:00
chouseknecht
81b3022eb5
Set version_added
2016-08-02 22:22:55 -04:00
chouseknecht
7e93dbb264
Add pull option to pull images prior to evaluating service state.
2016-08-02 22:20:48 -04:00
Kevin Kirsche
9a369b3f1f
Update junos_config.py
2016-08-02 17:35:02 -04:00
Kevin Kirsche
9f8bc0158c
Fix typo in "ssantaize" typo
...
ssantaize to santaize
2016-08-02 17:32:52 -04:00
John Barker
79c55534fc
General EOS documentation improvements
...
Typos, formatting, choices.
2016-08-02 21:46:08 +01:00
Shawn Siefkas
ec87c517c1
Check mode fixes for ec2_vpc_net module ( #2179 )
...
* Check mode fixes for ec2_vpc_net module
Returns VPC object information
Detects state change for VPC, DHCP options, and tags in check mode
* Early exit on VPC creation in check mode
2016-08-02 13:39:27 -07:00
Shawn Siefkas
380dbd4369
Fix #2526 ( #2527 )
...
Fail on unhandled exception in ec2_asg rather than raise
2016-08-02 13:37:01 -07:00
Shawn Siefkas
528f9a1d0b
Check mode fix for ec2_group module ( #2184 )
...
The default VPC egress rules was being left in the egress rules for
purging in check mode. This ensures that the module returns the correct
change state during check mode.
2016-08-02 13:01:48 -07:00
Michael Scherer
21c9f0defc
Do not hardcode default ssh key size for RSA ( #4074 )
...
By default, ssh-keygen will pick a suitable default for ssh keys
for all type of keys. By hardocing the number of bits to the
RSA default, we make life harder for people picking Elliptic
Curve keys, so this commit make ssh-keygen use its own default
unless specificed otherwise by the playbook
2016-08-02 21:59:10 +02:00
Peter Sprygada
033c02152d
Merge pull request #4301 from ansible/gundalow-patch-1
...
State runnng v running
2016-08-02 14:37:54 -04:00
peter.jang
caaa8e282e
fix for rsync protocol ( #4211 )
2016-08-02 14:34:41 -04:00
John R Barker
280522914c
State runnng v running
...
Fix typo
2016-08-02 18:20:13 +01:00