Brian Coca
21fce8ac73
Merge pull request #217 from wimnat/issue-197
...
Convert symlinks specified in pvs to actual path
10 years ago
Brian Coca
d4d5d7cf73
Merge pull request #190 from yuriks/patch-1
...
crypttab: Fix parameter checking with state=absent
10 years ago
Brian Coca
512c684b52
Merge pull request #128 from robinro/patch_multiple_versions_rpm_zypper
...
Patch multiple versions rpm zypper
10 years ago
Brian Coca
3832be8033
Merge pull request #331 from renard/fix-patch-action-plugin
...
Fix patch action plugin
10 years ago
Brian Coca
f901fd0160
glusterbin needs to be global
10 years ago
Brian Coca
6168677a83
Merge pull request #359 from mcv21/devel
...
Fix for issue #353 (handle change in ssh-keygen behaviour)
10 years ago
Matthew Vernon
30cf73e83a
Fix for issue #353 (handle change in ssh-keygen behaviour)
...
Prior to openssh 6.4, ssh-keygen -F returned 0 (and no output) when no
host was found. After then, it instead returned 1 and no output. This
revised code behaves correctly with either behaviour. There is
currently no other code path that results in exit(1) and no output.
10 years ago
Brian Coca
759e618c4c
vertica doc fixes
10 years ago
Brian Coca
eb04e45311
fixed doc issues with cloudstack_fw
10 years ago
Brian Coca
1754c7a1ca
fixed doc issues on zabbix_screen
10 years ago
Brian Coca
39cff86e7b
fixed doc issues
10 years ago
Brian Coca
ca5d02c3fd
Merge pull request #341 from resmo/feature/cloudstack_sshkey
...
cloudstack: add new module cloudstack_sshkey
10 years ago
Brian Coca
5ef7011c97
Merge pull request #349 from resmo/feature/cloudstack_iso
...
cloudstack: add new module cloudstack_iso
10 years ago
Brian Coca
ba34dfd364
Merge pull request #348 from resmo/feature/cloudstack_fw
...
cloudstack: add new module cloudstack_fw
10 years ago
Rene Moser
392feaea63
cloudstack_sshkey: cleanup docs
10 years ago
Rene Moser
c03baa7ec6
cloudstack_ssh: replace ssh public key if fingerprints do not match
10 years ago
Rene Moser
a24d691419
cloudstack_ssh: update description
10 years ago
Rene Moser
bf32de8d8f
cloudstack_ssh: register_ssh_key() set public_key as param
10 years ago
Rene Moser
82e25447ad
cloudstack_ssh: fix missing projectid if state=absent
10 years ago
Rene Moser
60467738ed
cloudstack: add new module cloudstack_sshkey
...
This module depends on ansible.module_utils.cloudstack.
10 years ago
Rene Moser
9f85ae16ae
cloudstack: add new module cloudstack_iso
10 years ago
Rene Moser
58aab881c2
cloudstack: add new module cloudstack_fw
10 years ago
Brian Coca
7794042cf6
fixed missing parens
10 years ago
Brian Coca
c5f787e6df
Merge pull request #357 from bcoca/lxc_container_home_fix
...
Lxc container home fix
10 years ago
Brian Coca
ee7fbcf418
minor fix to method of finding home as previous could 'overmatch'
10 years ago
Brian Coca
3151ff1227
Merge pull request #326 from cloudnull/lxc-opts-fix-issues325
...
Updated lxc_container module to fix option parsing
10 years ago
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
10 years ago
Brian Coca
2332af1693
Merge pull request #347 from tkellen/patch-1
...
correct version_added for known_hosts
10 years ago
Brian Coca
c875fa8f94
Merge pull request #352 from cove/zabbix_screen
...
remove superfluous defaults for required options from zabbix_screen
10 years ago
Brian Coca
d0d960c491
Merge pull request #351 from cove/zabbix_hostmacro
...
remove superfluous defaults for required options from zabbix_hostmacro
10 years ago
Brian Coca
4194d17788
Merge pull request #350 from cove/zabbix_host
...
remove superfluous defaults for required options from zabbix_host
10 years ago
Brian Coca
231ed6208d
removed requirements which was causing crash with dupe from shared doc fragments
10 years ago
Brian Coca
510b77ca0e
minor documentation fixes
10 years ago
Cove Schneider
32878110d0
remove superfluous defaults
10 years ago
Cove Schneider
636e96fafc
remove superfluous defaults
10 years ago
Cove Schneider
7c41002d93
remove superfluous defaults
10 years ago
Brian Coca
fa5cbcc17c
Merge pull request #343 from cove/zabbix_screen
...
add zabbix_screen module
10 years ago
Brian Coca
4c01be7bf3
Merge pull request #344 from cove/zabbix_hostmacro
...
add zabbix_hostmacro module
same comments as for zabbix_host
10 years ago
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
10 years ago
Tyler Kellen
c08ce5b30d
correct version_added for known_hosts
...
It was added in 1.9, not 1.6.
10 years ago
Cove Schneider
092cb5b4cd
add zabbix_screen
10 years ago
Cove Schneider
d0256c593a
add zabbix_hostmacro
10 years ago
Cove Schneider
3b54e7b00e
add zabbix_host
10 years ago
Toshio Kuratomi
400166a655
Port is an integer so use arg_spec to enforce that.
10 years ago
Toshio Kuratomi
2b192c7f8e
remove non-ascii quotes from message string
...
Fixes https://github.com/ansible/ansible/pull/8564
10 years ago
Brian Coca
7a006c81bc
Merge pull request #77 from j2sol/bigip_node_disable
...
Add enabled/disabled support to bigip_node
10 years ago
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.
10 years ago
Brian Coca
520f410257
moved cloudtrail to amazon subdir
10 years ago
Brian Coca
9544a5f231
Merge pull request #90 from stansonhealth/devel
...
add cloudtrail module
10 years ago
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
10 years ago