Brian Coca
fe74209d00
Merge pull request #1153 from oholiab/oholiab/fix_zfs_createparent_property
...
Fix ZFS create
2015-10-26 09:29:22 -04:00
Brian Coca
08d89bca9c
fixed missed passing use-sudo
2015-10-25 17:02:25 -04:00
Matt Carroll
5160c4567c
Fix ZFS create
...
This was failing due to the createparent variable being referenced but
never actually loaded from properties
2015-10-25 01:06:58 +01:00
Toshio Kuratomi
5d4474a2b2
Merge pull request #1052 from machacekondra/pam_limits_fix
...
system: pam_limits: add support for unlimited/infinity/-1
2015-10-23 14:32:46 -07:00
Brian Coca
af028b6322
Merge pull request #1150 from Jmainguy/puppet_show_diff_default_yes
...
Change show_diff to default to yes, to match what puppet agent --test…
2015-10-23 16:54:53 -04:00
Brian Coca
db85f8e736
Merge pull request #1147 from jaymell/devel
...
pkgutil improvements
2015-10-23 14:49:05 -04:00
James Cammarata
f3000ebef8
Version bump for new beta 2.0.0-0.4.beta2
2015-10-23 13:33:21 -04:00
Jonathan Mainguy
b86762c180
Change show_diff to default to yes, to match what puppet agent --test is, since the rest of the options defaulted to on are grabbed from --test
2015-10-23 13:24:39 -04:00
Brian Coca
b7cd33cd08
Merge pull request #110 from ramondelafuente/feature/deploy-modules
...
Proposed new module: deploy_helper
2015-10-23 11:47:18 -04:00
Brian Coca
3925b64d17
Merge pull request #371 from M0ses/devel
...
fix errorhandling in zypper.py module
2015-10-23 10:36:40 -04:00
james
a110019a06
More consistent use of run_command() wrapper function, which
...
now adds the default binary location to the search path
2015-10-22 18:47:35 -05:00
Ondra Machacek
cfec045697
system: pam_limits: add support for unlimited/infinity/-1
...
Early pam_limits module didn't support special values for items.
This patch is adding support to special values unlimited, infinity and -1.
Issue: https://github.com/ansible/ansible-modules-extras/issues/1033
Signed-off-by: Ondra Machacek <machacek.ondra@gmail.com>
2015-10-22 20:57:38 +02:00
Brian Coca
b65a583902
added version_added to new feature, removed unused aliases
2015-10-22 08:31:49 -04:00
Brian Coca
6342d35c48
Merge pull request #1082 from daniel-sc/devel
...
configurable timeout for creating gce image
2015-10-22 08:27:41 -04:00
Chrrrles Paul
405c3cb2c7
tpyo in doc string
2015-10-21 18:54:53 +09:00
Brian Coca
eeeb1264d3
Merge pull request #1090 from wimnat/feature/eni_facts_filters
...
Use filters attribute rather than eni id
2015-10-19 17:12:10 -04:00
Brian Coca
6c0765f48f
Merge pull request #1094 from ogenstad/devel
...
lookupMib=False for pysnmp 4.3.0
2015-10-19 13:12:00 -04:00
Toshio Kuratomi
b60d6e754b
Fix doc build by moving misplaced CIDR documentation
2015-10-19 09:14:06 -07:00
Brian Coca
22ebf03093
fixed undefined msg and now actually return something meaningful
...
fixes #1127
2015-10-19 12:14:51 -04:00
Brian Coca
7dfd31d861
Merge pull request #1125 from resmo/feature/cs_loadbalancer_rules_squashed
...
cloudstack: add new loadbalancer rule modules
2015-10-19 11:43:37 -04:00
Rene Moser
c142bf0d44
cloudstack: add new loadbalancer rule modules
2015-10-19 17:36:33 +02:00
Brian Coca
618ed0012c
Merge pull request #1046 from shawnsi/vpc-route-table
...
Check mode support for VPC route table creation
2015-10-19 11:31:21 -04:00
Brian Coca
b20f2b6abc
Merge pull request #846 from cfuhrman/devel
...
pkgin: Support multiple matching packages
2015-10-19 11:30:45 -04:00
Brian Coca
679e9fc7b4
Merge pull request #1100 from bgeihsgt/win_iis_absent_fix
...
Fix #1099 : Only populate site result when it is there
2015-10-19 11:29:15 -04:00
Brian Coca
7ca42c0bc0
Merge pull request #730 from CenturylinkTechnology/clc_aa_policy
...
clc_aa_policy : the ansible module to manage anti affinity policies in centurylink cloud
2015-10-16 19:21:21 -04:00
Brian Coca
e8a919943c
Merge pull request #731 from CenturylinkTechnology/clc_alert_policy
...
clc_alert_policy : the ansible module to manage alert policies in centurylink cloud
2015-10-16 19:20:16 -04:00
Brian Coca
a64649bf76
Merge pull request #781 from CenturylinkTechnology/clc_server_snapshot
...
clc_server_snapshot: Ansible module for managing server snapshots in Centurylink Cloud
2015-10-16 19:18:59 -04:00
Toshio Kuratomi
632de528a0
Fix win_acl docs build
2015-10-16 11:11:42 -07:00
Toshio Kuratomi
5adc4a2014
Fix docs to build
2015-10-16 10:49:23 -07:00
Brian Coca
e9e8911366
Merge pull request #1015 from LinusU/iptables-module
...
module: system/iptables
2015-10-15 09:09:49 -04:00
Linus Unnebäck
e5f2931707
iptables: add note about rules
2015-10-15 11:30:06 +02:00
Brian Coca
05f53f2b95
Merge pull request #200 from schwartzmx/module/win_acl
...
win_acl Module
talked to @cchurch, merging this for now, need to open ticket to address the 2008 issue
2015-10-14 15:44:47 -04:00
Toshio Kuratomi
8ce3104bc5
Convert from dos line endings to unix because dos line endings break our documentation build.
2015-10-14 08:42:25 -07:00
Brian Coca
fdb4a58f97
added version_added and fixed some doc parsing issues
2015-10-14 11:06:29 -04:00
Brian Coca
6e01848602
Merge pull request #837 from jemmyw/consul-http-checks
...
Add consul http checks to consul.py
2015-10-14 11:01:03 -04:00
Toshio Kuratomi
96af56d750
Merge pull request #1106 from groks/crypttab-strip-fix
...
Fix bug #1105 - incorrect use of lstrip()
2015-10-14 07:48:33 -07:00
Steve
c5924aff74
Fix bug #1105 - incorrect use of lstrip()
...
Remove only the literal prefix '/dev/mapper/' - not any of the characters
in '/dev/mapper/' - from the name param of the crypttab module.
2015-10-14 12:13:57 +01:00
Brian Geihsler
0e64863429
Fix #1099 : Only populate site result when it is there
2015-10-14 00:33:28 -07:00
ogenstad
2548112b46
lookupMib=False for pysnmp 4.3.0
2015-10-13 20:53:23 +02:00
whiter
62cd2d9c18
Use filters attribute rather than eni id so facts can be filtered on much more. Matches the new ec2_vpc_route_table_facts and ec2_vpc_subnet_facts modules
2015-10-13 17:54:16 +11:00
Brian Coca
15480e3d04
fixed option in examples
2015-10-12 18:20:23 -04:00
Shawn Siefkas
dbdd2475e6
Handling dry run exception
2015-10-12 10:17:45 -05:00
Charles Paul
51bb65c9a3
reference instance_id in docs, fixes for calls to fail_json
2015-10-12 08:35:21 -05:00
Brian Coca
561d768f44
Merge pull request #1076 from trondhindenes/win_package_bugfix
...
turned off strict msi code checking
2015-10-12 09:27:54 -04:00
Brian Coca
a155f7ee34
Merge pull request #1071 from nlandais/devel
...
Adding fix to get around bug found with the New-Website command when…
2015-10-12 09:27:30 -04:00
Brian Coca
cc69ac1513
Merge pull request #1064 from dreamcat4/feature/win_fw-hotfixes
...
hotfixes: module windows/win_firewall_rules
2015-10-12 09:27:18 -04:00
Brian Coca
4a0e757196
Merge pull request #370 from nsg/full-attachments-support
...
Add attachments support to slack module.
2015-10-12 09:27:03 -04:00
Brian Coca
06210612ee
Merge pull request #251 from kdisneur/hotfix/tap-prefixed-by-homebrew
...
Remove `homebrew-` prefix when checking if repo has already been tapped
2015-10-12 09:26:38 -04:00
Brian Coca
0e56b95f5c
Merge pull request #1068 from luiseterc/devel
...
Fix bug #1067
2015-10-12 09:21:40 -04:00
Jeremy Wells
cf4b4be901
Add consul http checks to consul.py
...
Consul module already supports ttl and script checks. This commit adds
http checks.
2015-10-12 12:11:10 +02:00