Commit graph

5838 commits

Author SHA1 Message Date
Matthew Landauer
5ef2dd8a77 If record_name="" write empty value to dns made easy
This is necessary for instance when setting MX records on the root of a domain.
This is different than leaving record_name out completely which has the same
behaviour as before
2015-06-16 11:33:09 -04:00
Matthew Landauer
bdeb0bc8db If record_value="" write empty value to dns made easy
This is necessary for instance when setting CNAMEs that point to the root
of the domain. This is different than leaving record_value out completely
which has the same behaviour as before
2015-06-16 11:33:09 -04:00
Matthew Landauer
3d2f19c24d Fix display of error message
It was crashing due to "domain" variable not being defined
2015-06-16 11:33:09 -04:00
Giovanni Tirloni
2be58620e2 add createparent option to zfs create 2015-06-16 11:33:09 -04:00
Jason Holland
669316195f Fix small issue with wrapping syntax 2015-06-16 11:33:09 -04:00
Jason Holland
8383857b5a Fix some logical issues with enabling/disabling a server on the A10. 2015-06-16 11:33:09 -04:00
James Cammarata
45423973fc Version bump for 1.8.2 2015-06-16 11:33:08 -04:00
James Cammarata
9859aa0435 Version bump for extras release 1.8.1 2015-06-16 11:33:08 -04:00
James Cammarata
b80d2b3cfa Adding VERSION file for 1.8.0 2015-06-16 11:33:08 -04:00
Nicolas Brisac
bc440ade79 Allow filtering of routed/forwarded packets
MAN page states the following :

    Rules for traffic not destined for the  host  itself  but  instead  for
    traffic  that  should  be  routed/forwarded through the firewall should
    specify the  route  keyword  before  the  rule  (routing  rules  differ
    significantly  from  PF  syntax and instead take into account netfilter
    FORWARD chain conventions). For example:

        ufw route allow in on eth1 out on eth2

This commit introduces a new parameter "route=yes/no" to allow just that.
2015-06-16 11:33:08 -04:00
Michael Gröning
f9041a1b29 fix bugs 2015-06-16 11:33:08 -04:00
Michael Gröning
304abbce85 improved docs 2015-06-16 11:33:08 -04:00
Michael Gröning
0b9863ed0e divided between host an service downtimes 2015-06-16 11:33:08 -04:00
Michael Gröning
8829b818b8 add function for servicegrup downtimes 2015-06-16 11:33:08 -04:00
Toshio Kuratomi
1276420a3a Fix documentation formatting 2015-05-28 16:00:43 -07:00
Brian Coca
c223716bc7 fixed version on consul modules 2015-05-28 10:05:10 -04:00
Brian Coca
0ff9bced72 Merge pull request #524 from resmo/feature/zabbix_group2
replace module zabbix_group
2015-05-28 08:02:26 -04:00
Brian Coca
b2e4f31beb Merge pull request #543 from dago/svr4pkg
svr4pkg: assume command worked only on known-to-be-good returncodes
2015-05-27 08:19:22 -04:00
Dagobert Michelsen
7f74a98451 svr4pkg: assume command worked only on known-to-be-good returncodes 2015-05-27 13:35:34 +02:00
Brian Coca
3c8d118b72 Merge pull request #542 from enriclluelles/devel
Add slash to valid characters for packages
2015-05-27 07:06:46 -04:00
Enric Lluelles
3f9a62c136 Add slash to valid characters for packages
To allow it to download packes from taps, or external commands like
caskroom/cask/brew-cask
2015-05-27 09:58:28 +02:00
Toshio Kuratomi
8b62a45466 Fix docs - don't need quote anymore 2015-05-26 15:40:20 -07:00
Brian Coca
a07fc88ba0 Merge pull request #531 from UnderGreen/proxmox_module_examples
Proxmox VE module examples
2015-05-26 11:35:16 -04:00
Brian Coca
753922505e Merge pull request #532 from resmo/fix/proxmox
proxmox: doc update and prevent to log passwords
2015-05-26 10:50:48 -04:00
Brian Coca
2f9d30ae5b Merge pull request #480 from RubenKelevra/patch-2
pacman: change -Syy to -Sy for "update-cache"

just noting we may want to add an option to force updating the cache in the future
2015-05-26 10:04:52 -04:00
Brian Coca
e5d59d2014 Merge pull request #494 from jhawkesworth/set_windows_environment_variables
Set windows environment variables
2015-05-26 10:00:31 -04:00
Brian Coca
539553d737 Merge pull request #533 from resmo/fix/zabbix
zabbix: improve arguments and update doc
2015-05-26 09:56:55 -04:00
Rene Moser
d04e6b1d07 zabbix_maintenance: prevent to log password 2015-05-26 15:41:37 +02:00
Rene Moser
1eb6c37594 zabbix: improve module doc 2015-05-26 15:34:35 +02:00
Rene Moser
9d07fb9618 zabbix: improve arguments and prevent to log password 2015-05-26 15:33:50 +02:00
Rene Moser
c9dfeb07c1 zabbix: remove redundant import of module_utils 2015-05-26 15:28:50 +02:00
Rene Moser
e72f581a16 proxmox: prevent to log passwords 2015-05-26 13:53:28 +02:00
Rene Moser
148bd52d8b proxmox: update module doc 2015-05-26 13:52:47 +02:00
Sergei Antipov
ed6283d422 Added examples 2015-05-26 11:38:57 +06:00
Toshio Kuratomi
a1a1c23205 Bandaid dnf module to temporarily fix some major problems
- Backport config file handling from the DNF module rewrite #527
  (Current config handling does not work with dnf and leads to
  tracebacks when run as an unprivileged user).
- Make a mandatory requirement on yum-utils (for /usr/bin/repoquery)
  because none of the fallback code works for dnf (it's unported yum API
  code).

Both of these issues will be fixed better in the dnf rewrite when it is
feature complete.

Fixes #471
2015-05-25 19:29:55 -07:00
Toshio Kuratomi
8dfa63d1d8 Add version_added dodmentation 2015-05-25 09:35:11 -07:00
Brian Coca
47c74936c1 Merge pull request #530 from UnderGreen/proxmox_module
Proxmox VE module
2015-05-25 10:30:24 -04:00
Sergei Antipov
69d3474bcc Deleted debugging 2015-05-25 19:11:08 +06:00
Sergei Antipov
cb09a26900 Added documentation 2015-05-25 19:10:34 +06:00
Sergei Antipov
323df26b3e Added conditionals, umount, forceStop, timeout, etc 2015-05-25 18:26:45 +06:00
Toshio Kuratomi
06c7522f2b Merge pull request #525 from QuantumGhost/devel
Use expanduser to deal with path in bower module
2015-05-22 09:14:41 -07:00
QuantumGhost
4ff9a68a4b Use expanduser to deal with path in bower module
So bower module can correctly handle path containing `~`
2015-05-23 00:11:50 +08:00
Rene Moser
c0fb48cd39 zabbix_group: improve params 2015-05-22 15:25:13 +02:00
Rene Moser
3f108732c5 zabbix_group: add backword compatibility
* add alias host_group for host_groups
* add choices for param state
2015-05-22 15:25:13 +02:00
Rene Moser
1c210abc69 zabbix_group: update version added to 1.8
Since we intent to replace the current module, we add the version the current module was added.
2015-05-22 15:25:12 +02:00
Rene Moser
f0eb372e99 zabbix_group: update authors to new format 2015-05-22 15:25:12 +02:00
Cove Schneider
8175bd2f78 remove superfluous defaults 2015-05-22 15:25:12 +02:00
Cove Schneider
30832ab4d9 add zabbix_group module 2015-05-22 15:25:12 +02:00
Rene Moser
2d35caf68b zabbix_group: remove current module in favor of PR #346 2015-05-22 14:33:56 +02:00
Brian Coca
5187c7fcd7 removed executable bit 2015-05-21 07:03:49 -04:00