Brian Coca
5ef7011c97
Merge pull request #349 from resmo/feature/cloudstack_iso
...
cloudstack: add new module cloudstack_iso
2015-03-31 08:52:31 -04:00
Brian Coca
ba34dfd364
Merge pull request #348 from resmo/feature/cloudstack_fw
...
cloudstack: add new module cloudstack_fw
2015-03-31 08:51:33 -04:00
Rene Moser
392feaea63
cloudstack_sshkey: cleanup docs
2015-03-31 13:37:56 +02:00
Rene Moser
c03baa7ec6
cloudstack_ssh: replace ssh public key if fingerprints do not match
2015-03-31 13:37:51 +02:00
Rene Moser
a24d691419
cloudstack_ssh: update description
2015-03-31 13:37:44 +02:00
Rene Moser
bf32de8d8f
cloudstack_ssh: register_ssh_key() set public_key as param
2015-03-31 13:37:39 +02:00
Rene Moser
82e25447ad
cloudstack_ssh: fix missing projectid if state=absent
2015-03-31 13:37:34 +02:00
Rene Moser
60467738ed
cloudstack: add new module cloudstack_sshkey
...
This module depends on ansible.module_utils.cloudstack.
2015-03-31 13:37:23 +02:00
Rene Moser
9f85ae16ae
cloudstack: add new module cloudstack_iso
2015-03-31 13:33:57 +02:00
Rene Moser
58aab881c2
cloudstack: add new module cloudstack_fw
2015-03-31 12:12:19 +02:00
Brian Coca
7794042cf6
fixed missing parens
2015-03-30 22:30:58 -04:00
Brian Coca
c5f787e6df
Merge pull request #357 from bcoca/lxc_container_home_fix
...
Lxc container home fix
2015-03-30 22:12:11 -04:00
Brian Coca
ee7fbcf418
minor fix to method of finding home as previous could 'overmatch'
2015-03-30 22:11:17 -04:00
Brian Coca
3151ff1227
Merge pull request #326 from cloudnull/lxc-opts-fix-issues325
...
Updated lxc_container module to fix option parsing
2015-03-30 22:10:48 -04:00
Brian Coca
4c0b1b42bc
minor fixes to gluster:
...
- removed functions from main scope
- renamed rebalance function to disambiguate from variable
- updated docs with defaults
- added exception handling to command execution
2015-03-30 20:15:40 -04:00
Brian Coca
2332af1693
Merge pull request #347 from tkellen/patch-1
...
correct version_added for known_hosts
2015-03-29 19:10:58 -04:00
Brian Coca
c875fa8f94
Merge pull request #352 from cove/zabbix_screen
...
remove superfluous defaults for required options from zabbix_screen
2015-03-29 17:09:48 -04:00
Brian Coca
d0d960c491
Merge pull request #351 from cove/zabbix_hostmacro
...
remove superfluous defaults for required options from zabbix_hostmacro
2015-03-29 17:09:32 -04:00
Brian Coca
4194d17788
Merge pull request #350 from cove/zabbix_host
...
remove superfluous defaults for required options from zabbix_host
2015-03-29 17:09:15 -04:00
Brian Coca
231ed6208d
removed requirements which was causing crash with dupe from shared doc fragments
2015-03-29 17:05:53 -04:00
Brian Coca
510b77ca0e
minor documentation fixes
2015-03-29 16:51:30 -04:00
Cove Schneider
32878110d0
remove superfluous defaults
2015-03-29 13:41:52 -07:00
Cove Schneider
636e96fafc
remove superfluous defaults
2015-03-29 13:41:07 -07:00
Cove Schneider
7c41002d93
remove superfluous defaults
2015-03-29 13:37:15 -07:00
Brian Coca
fa5cbcc17c
Merge pull request #343 from cove/zabbix_screen
...
add zabbix_screen module
2015-03-29 16:06:55 -04:00
Brian Coca
4c01be7bf3
Merge pull request #344 from cove/zabbix_hostmacro
...
add zabbix_hostmacro module
same comments as for zabbix_host
2015-03-29 16:04:40 -04:00
Brian Coca
593a5ab83c
Merge pull request #345 from cove/zabbix_host
...
add zabbix_host module
I've made some comments for future improvements, but still merging this now
2015-03-29 16:03:34 -04:00
Tyler Kellen
c08ce5b30d
correct version_added for known_hosts
...
It was added in 1.9, not 1.6.
2015-03-28 13:20:30 -06:00
Cove Schneider
092cb5b4cd
add zabbix_screen
2015-03-28 08:18:25 -07:00
Cove Schneider
d0256c593a
add zabbix_hostmacro
2015-03-28 00:46:49 -07:00
Cove Schneider
3b54e7b00e
add zabbix_host
2015-03-28 00:07:01 -07:00
Toshio Kuratomi
400166a655
Port is an integer so use arg_spec to enforce that.
2015-03-26 11:42:56 -07:00
Toshio Kuratomi
2b192c7f8e
remove non-ascii quotes from message string
...
Fixes https://github.com/ansible/ansible/pull/8564
2015-03-26 11:42:56 -07:00
Brian Coca
7a006c81bc
Merge pull request #77 from j2sol/bigip_node_disable
...
Add enabled/disabled support to bigip_node
2015-03-26 14:36:21 -04:00
Jesse Keating
f86ce495c7
Add enabled/disabled support to bigip_node
...
This allows one to enable or disable a node, useful for when doing
maintenance on a node to prevent connections from being attempted to it.
This will completely disable the node for any pool it might be in.
2015-03-26 11:27:22 -07:00
Brian Coca
520f410257
moved cloudtrail to amazon subdir
2015-03-26 01:15:34 -04:00
Brian Coca
9544a5f231
Merge pull request #90 from stansonhealth/devel
...
add cloudtrail module
2015-03-26 01:12:20 -04:00
tedder
61114cd08a
Handful of changes after bcoca's code review:
...
* update expected inclusion version
* fix consistency on enabled/absent (now enabled/disabled)
* safely import boto per now style of single-exit and proper JSON
* use new `required_together` module style
2015-03-25 21:49:17 -07:00
tedder
06939a8651
add cloudtrail module
...
Cloudtrail is the AWS auditing configuration. It's fairly simple, but also very important to configuration management/devops/security to ensure it remains enabled. That's why I created it as a module.
2015-03-25 21:43:24 -07:00
Brian Coca
2438b74ca8
remove x bit
2015-03-25 23:56:05 -04:00
Brian Coca
dd1508d572
moved to
2015-03-25 23:55:00 -04:00
Brian Coca
f15328d6f6
Merge pull request #89 from chrisisbeef/devel
...
Introduce a download_artifact plugin to resolve maven artifacts
2015-03-25 23:50:49 -04:00
Brian Coca
3f247e2d78
Merge pull request #313 from DavidWittman/12-alternatives-fixes
...
Fix multiple issues with alternatives module
2015-03-25 23:46:32 -04:00
Brian Coca
09fc1eefe5
Merge pull request #114 from rndmh3ro/patch-1
...
Added documentation and example for port ranges.
2015-03-25 23:41:05 -04:00
Brian Coca
39cb571064
Merge pull request #94 from komuta/clean-composer-options
...
Unify composer options parsing
2015-03-25 23:30:43 -04:00
Brian Coca
8e1024ff30
updated pushover version added
2015-03-25 23:15:37 -04:00
Brian Coca
6dc9f4bdba
Merge pull request #78 from weaselkeeper/devel
...
Pushover notification module
2015-03-25 23:12:36 -04:00
Brian Coca
671317e0e1
added version added to new color option
2015-03-25 23:07:45 -04:00
Phillip Holmes
d7030e9604
added color bar option to Slack module
...
This update will allow people to add a color bar at the front of a
Slack notification using the default 3 colors by name Slack specify
(good, warning, danger).
If no color is specified, or the default is used (normal) then no bar
will be added.
Description and example also added in this update.
Color bars are added by using the attachments json object inside the
payload - this is a very simplistic implementation as using custom
colors or adding titles or other formatting are not included in this
update and if needed I’m sure somebody else can spend the time to add
them later…
Tested with ansible 1.7
2015-03-25 23:06:50 -04:00
Brian Coca
ed3b97074f
Merge pull request #332 from AdmiralNemo/lvol-no-prompt
...
system/lvol: Suppress prompts from lvcreate
2015-03-25 22:51:19 -04:00