Commit Graph

24003 Commits (503c2b6158ed604dea3998507fb37b1d1f0d3020)
 

Author SHA1 Message Date
Saurabh Sharma a5695c8b24 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
8 years ago
Toshio Kuratomi c5052f9b01 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
8 years ago
Zoltán Müllner ac561772ea 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
8 years ago
Michael Scherer cd3c454917 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.
8 years ago
Alvaro Aleman d9c28454ae Make ios_command example working 8 years ago
muxator 16db1d54d1 typo in the documentation of the "state" parameter (#4353) 8 years ago
John R Barker 1357e7e83a ios & iosxr Documentation improvements (#4321) 8 years ago
Chris Houseknecht 2514ec5056 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.
8 years ago
chouseknecht f6b126d412 Default repository tag value to tag parameter value or 'latest'. 8 years ago
chouseknecht 3dab1785ba Always returns changed when state present and name includes :tag. 8 years ago
Chris Houseknecht 1cf9d3e68e 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.
8 years ago
John Barker ecc7e445b5 vyos: Docs fixes 8 years ago
John Barker d76a4e71c2 openswitch: Docs fixes 8 years ago
John Barker 3f8f67e359 NXOS Docs update 8 years ago
chouseknecht 2ea29fee3f Fix image tag operation. Allows repository in form of repo:tag. If no tag value, defaults to 'latest'. 8 years ago
John Barker d4200b0389 junos: Docs update 8 years ago
Nathaniel Case 36ba105b91 Fix ios_config broken logic 8 years ago
John Barker 6ad7d6b3cd Cumulus - consistent docs formatting 8 years ago
Nathaniel Case 6857cea9e6 Quick fix to nxos_command and minify imports 8 years ago
chouseknecht 0c4da5d3a0 Added implementation of ignore_image, which prevents recreation of containers on image change. 8 years ago
chouseknecht 5992c21c9c Fix #3670 host IP defaults to 0.0.0.0 ignoriing bridge Host IP option. 8 years ago
chouseknecht a6bfeea1c4 Improved documentation for returned actions. 8 years ago
chouseknecht cd7b34547d When build true call docker-compose build, and add nocache option. 8 years ago
chouseknecht df09b4f668 Set version_added 8 years ago
chouseknecht 1670d9b030 Add pull option to pull images prior to evaluating service state. 8 years ago
Kevin Kirsche db03ebdfb9 Fix typo in "ssantaize" typo
ssantaize to santaize
8 years ago
John Barker 2b82389705 General EOS documentation improvements
Typos, formatting, choices.
8 years ago
Shawn Siefkas e9bf046c26 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
8 years ago
Shawn Siefkas 0b95051039 Fix #2526 (#2527)
Fail on unhandled exception in ec2_asg rather than raise
8 years ago
Shawn Siefkas 66f1f6d537 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.
8 years ago
Michael Scherer 3c2110215c 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
8 years ago
peter.jang b06f3bbb22 fix for rsync protocol (#4211) 8 years ago
John R Barker aa6a7d5789 State runnng v running
Fix typo
8 years ago
Matt Clay c2270a37ff Enable FreeBSD tests on Shippable. (#4296) 8 years ago
Rick Mendes be33879152 Fixes #4227: just changing messaging 8 years ago
Rick Mendes eae75cf727 Fix #3549, failure to reference `module` in `ec2_eip` module 8 years ago
David Chwalisz f979928ecc file module: add clarification on state=absent re files that do not exist. 8 years ago
Christian Schwarz e526b2ad3d system/service.py: fix false-positive service enablement on FreeBSD. (#4283)
sysrc(8) does not exit with non-zero status when encountering a
permission error.

By using service(8) `service <name> enabled`, we now check the actual
semantics expressed through calling sysrc(8), i.e. we check if the
service enablement worked from the rc(8) system's perspective.

Note that in case service(8) detects the wrong value is still set,
we still output the sysrc(8) output in the fail_json() call:
the user can derive the exact reason of failure from sysrc(8) output.
8 years ago
Lyle Mantooth f57ece661f Remove file extension from policy names (#3805)
Fixes #3804.

Prevents `__file__` from contributing ".", which is an illegal character in ELB policy names.
8 years ago
Julien Vey 7ba3ba2da9 Fix Typo in docker_image_facts module 8 years ago
Monty Taylor f441e2c1a9 Rename a confusing variable
I had to read the two lines in question twice. That might just make me
dumb, but if I'm dumb, someone else might be too.
8 years ago
Rick Mendes 4fad93561a please remove me as maintainer 8 years ago
Rick Mendes d6cc007380 Fixes #4227 8 years ago
Jasmine Hegman f5c3f4dd6b Update docs to indicate ec2_asg state defaults to present (#4046)
* Update docs to indicate ec2_asg state defaults to present

Hopefully fixes Issue #4016

* Forgot to flip required to false
8 years ago
Matt Clay df5869df4a Enable Windows tests on Shippable. (#4278) 8 years ago
Shaun Brady 7b8d625546 Make ec2_elb_lb respect VPCs when resolving groups
AWS security groups are unique by name only by VPC (Restated, the VPC
and group name form a unique key).

When attaching security groups to an ELB, the ec2_elb_lb module would
erroneously find security groups of the same name in other VPCs thus
causing an error stating as such.

To eliminate the error, we check that we are attaching subnets (implying
that we are in a VPC), grab the vpc_id of the 0th subnet, and filtering
the list of security groups on this VPC.  In other cases, no such filter
is applied (filters=None).
8 years ago
Shaun Brady 3b32b60338 Remove trailing white space 8 years ago
Shaun Brady 04199140c5 Make group_name resolution VPC aware
EC2 Security Group names are unique given a VPC.  When a group_name
value is specified in a rule, if the group_name does not exist in the
provided vpc_id it should create the group as per the documentation.

The groups dictionary uses group_names as keys, so it is possible to
find a group in another VPC with the name that is desired.  This causes
an error as the security group being acted on, and the security group
referenced in the rule are in two different VPCs.

To prevent this issue, we check to see if vpc_id is defined and if so
check that VPCs match, else we treat the group as new.
8 years ago
Rob Phoenix 6339398e7c various typo corrections to ios network modules 8 years ago
John Baublitz fe09641476 Doc update 8 years ago