Zim Kalinowski
beba2fdc65
adding missing items in the documentation of mysql server facts ( #51676 )
...
* adding missing items in the documentation of mysql server facts
* removed trailing whitespace
2019-02-11 11:06:32 -05:00
James Cassell
953058d025
standardize connection variable names ( #51776 )
...
* standardize user/password connection vars
* docs: use ansible_user and ansible_password
* docs: var precedence for connection vars
* docs: ansible_become_pass -> ansible_become_password etc
2019-02-11 10:43:10 -05:00
Akira Yokochi
51061f8a5f
fix a little typo in ini inventory doc ( #52025 )
2019-02-11 15:34:01 +00:00
Rémy Léone
accbcdeccb
Add a Scaleway load-balancer module ( #51741 )
2019-02-11 15:28:55 +00:00
getjack
9dbb551528
- Initial commit ( #51729 )
...
- Fix sanity checks
- Fixed documentation trailing whitespaces
2019-02-11 15:12:10 +00:00
Matt Martz
3c85ac1788
Promote include_tasks/role and import_tasks/role to stableinterface ( #51975 )
2019-02-11 09:06:38 -06:00
Bill Dodd
e0538610bf
Update GetBiosBootOrder to use standard spec resources ( #51764 )
...
* update GetBiosBootOrder to use standard spec resources
* handle case where BootOrder is present but BootOptions is missing
2019-02-11 14:50:10 +00:00
Fabian von Feilitzsch
e81b74d6c8
Properly parse boolean env values as boolean ( #51836 )
2019-02-11 14:49:00 +00:00
Felix Fontein
4d3d8dd60f
ufw: check values for direction depending on situation ( #50402 )
...
* Check values of 'direction'.
* Add changelog.
* Update lib/ansible/modules/system/ufw.py
Co-Authored-By: felixfontein <felix@fontein.de>
* Update lib/ansible/modules/system/ufw.py
2019-02-11 14:47:35 +00:00
Felix Fontein
a279892fae
ufw: allow gre and igmp protocols ( #51166 )
...
* ufw: allow gre and igmp protocols.
* Add changelog.
2019-02-11 14:46:38 +00:00
Miguel Angel Muñoz González
95557077b6
Fortinet's FortiOS Extender Controller Extender ( #51891 )
2019-02-11 14:39:11 +00:00
Miguel Angel Muñoz González
06b725619b
Fortinet's FortiOS Firewall Auth ( #51892 )
2019-02-11 14:36:15 +00:00
Bill Dodd
3b20b186d7
remove non-standard GetManagerAttributes, SetManagerAttributes ( #51898 )
2019-02-11 14:33:15 +00:00
Miguel Angel Muñoz González
158ae76d65
Fortinet's FortiOS Firewall Central SNAT Map ( #51929 )
2019-02-11 14:28:54 +00:00
Miguel Angel Muñoz González
b14008abb9
Fortinet's FortiOS Firewall DNStranslation ( #51930 )
2019-02-11 14:28:20 +00:00
Miguel Angel Muñoz González
c7af56849f
Fortinet's FortiOS Firewall DoSPolicy6 ( #51931 )
2019-02-11 14:27:49 +00:00
Miguel Angel Muñoz González
a40ceb448e
Fortinet's FortiOS Firewall DoSPolicy ( #51932 )
2019-02-11 14:26:17 +00:00
Miguel Angel Muñoz González
de077e60f5
Fortinet's FortiOS Firewall Identity based Route ( #51933 )
2019-02-11 14:26:00 +00:00
Miguel Angel Muñoz González
e7f4447092
Fortinet's FortiOS Firewall Interface Policy6 ( #51935 )
2019-02-11 14:25:44 +00:00
Miguel Angel Muñoz González
6f12e0d54e
Fortinet's FortiOS Firewall Interface Policy ( #51936 )
2019-02-11 14:20:35 +00:00
Miguel Angel Muñoz González
cb6c8a0d26
Fortinet's FortiOS Firewall Internet Service Custom ( #51937 )
2019-02-11 14:20:22 +00:00
Miguel Angel Muñoz González
e0867459c7
Fortinet's FortiOS Firewall Internet Service ( #51943 )
2019-02-11 14:19:16 +00:00
Miguel Angel Muñoz González
bbb1e9e335
Fortinet's FortiOS Firewall Internet Service Group ( #51945 )
2019-02-11 14:19:03 +00:00
Miguel Angel Muñoz González
29567c9fdc
Fortinet's FortiOS Firewall IpMacBinding Setting ( #51947 )
2019-02-11 14:18:24 +00:00
Miguel Angel Muñoz González
4742a55f31
Fortinet's FortiOS Firewall IpMacBinding Table ( #51948 )
2019-02-11 14:16:13 +00:00
Miguel Angel Muñoz González
e2f03df2b2
Fortinet's FortiOS Firewall IP translation ( #51950 )
2019-02-11 14:14:50 +00:00
Miguel Angel Muñoz González
6667604a3f
Fortinet's FortiOS Firewall IPv6 EH Filter ( #51954 )
2019-02-11 14:14:20 +00:00
Miguel Angel Muñoz González
ebacea2116
Fortinet's FortiOS Firewall Multicast Address ( #51964 )
2019-02-11 13:47:01 +00:00
Mariusz Mazur
34671a64b3
k8s_auth: new k8s module for handling auth ( #50807 )
...
* k8s*: add a reference to k8s_auth in all the modules' descriptions
* k8s_auth: new k8s module for handling auth
* k8s_auth: ignore E203
Can't use module_utils.urls, since that lacks user CA support, which is
a critical feature of what this module does.
2019-02-11 07:55:34 -05:00
Miguel Angel Muñoz González
2aa500c9a4
Fortinet's FortiOS Firewall Multicast Policy6 ( #51966 )
2019-02-11 12:27:03 +00:00
Jérôme BAROTIN
b99de25f32
Enable changed var with ufw check mode ( #49948 )
...
* Enable 'changed' var with ufw check mode
* Fix from comment of the PR + Unit Test
* Fix on ufw module after the second review
- delete rules change works in check mode
- simplify execute def & use it on every call process
- improved regexp
- rename vars defaults to current_default_values
* Add ignore error to execute() and use it in get_current_rules()
* Update after third code review (introduce change in changed status)
* Adjust tests and fix some problems (#1 )
* 'active' also appears in 'inactive'.
* 'reject' is also a valid option here.
* For example for reloaded, changed will be set back to False here.
* Improve and adjust tests.
* Fix after merging integration test
* handle "disabled" on default routed
* Add /var/lib/ufw/.. rules files
* add unit test
* Fix pep8 formatting error
* Separate ipv6 and ipv4 rules process from checkmode
* fix non-ascii error on ci
* Some change after review
* Add unit test with sub network mask
* rename is_match function by is_starting
* add changelog fragment
2019-02-11 11:05:35 +00:00
Miguel Angel Muñoz González
708f0b07ba
Fortinet's FortiOS Firewall LDB monitor ( #51955 )
2019-02-11 10:59:54 +00:00
Miguel Angel Muñoz González
5c04f7c256
Fortinet's FortiOS Firewall Local In Policy6 ( #51957 )
2019-02-11 10:59:30 +00:00
Miguel Angel Muñoz González
70e738cfec
Fortinet's FortiOS Firewall Local In Policy ( #51962 )
2019-02-11 10:58:58 +00:00
Miguel Angel Muñoz González
c9cea22854
Fortinet's FortiOS Firewall Multicast Address6 ( #51963 )
2019-02-11 10:49:34 +00:00
Miguel Angel Muñoz González
2016037fa5
Fortinet's FortiOS Firewall Multicast Policy ( #51968 )
2019-02-11 10:49:05 +00:00
Miguel Angel Muñoz González
30951d1db3
Fortinet's FortiOS Firewall Profile Group ( #51969 )
2019-02-11 10:47:59 +00:00
Miguel Angel Muñoz González
4219242aed
Fortinet's FortiOS Firewall Profile Protocol Options ( #51970 )
2019-02-11 10:47:14 +00:00
Miguel Angel Muñoz González
bfd4e2a591
Fortinet's FortiOS Firewall Proxy Address ( #51974 )
2019-02-11 10:40:38 +00:00
Miguel Angel Muñoz González
da2eda41f7
Fortinet's FortiOS Firewall Proxy AddrGrp ( #51982 )
2019-02-11 10:39:37 +00:00
Miguel Angel Muñoz González
4262910e76
Fortinet's FortiOS Firewall Proxy Policy ( #51983 )
2019-02-11 10:37:33 +00:00
Felix Fontein
9b1cbcf3a4
openssl_csr: ignore empty strings in altnames ( #51473 )
...
* Ignore empty strings in altnames.
* Add changelog.
* Add idempotence check without SAN.
* Fix bug in cryptography backend.
2019-02-11 10:30:56 +00:00
Andrea Tartaglia
52d0d51f97
Added Shaps GH handle to team_crypto ( #52020 )
2019-02-11 10:23:20 +00:00
Yanis Guenane
339658dee2
BOTMETA: Fix Spredzy's case ( #52019 )
2019-02-11 09:33:22 +00:00
Karsten Jakobsen
e6ae688e47
netbox: inventory: Fix VMs do not have device_roles, but instead use roles ( #50761 )
...
This makes sure that roles show up as device_role when using VMs
2019-02-11 06:40:24 +01:00
Guillaume Martinez
7b84c0ee80
gitlab_hook: renaming module name ( #51979 )
...
* gitlab_hook: renaming module name
* gitlab_hook: rename module in documentation
* gitlab_hook: remove plural in docs and code
* gitlab_hook: fix unit test functions
2019-02-11 00:30:36 +01:00
Andrii Radyk
07cff73719
Fix yaml indentation for from_yaml_all filter example ( #51998 )
2019-02-10 21:21:15 +05:30
Hannes Ljungberg
153e996760
docker_swarm_service: Remove defaults ( #51216 )
...
* Drop descriptions of docker-py constraints <=3.0.0
* Properly indent documentation
* Clearer examples
* Spelling
* Fix example
* Revert "Drop descriptions of docker-py constraints <=3.0.0"
This reverts commit 8106215af62ae5880c3b748cec562a85f2247bdc.
# Conflicts:
# lib/ansible/modules/cloud/docker/docker_swarm_service.py
* Add min versions for placement preferences
* Add endpoint_mode and publish to option_minimal_versions
* Restrict update max_failure_ratio and monitor versions
* Remove defaults and only pass required arguments
* Fix indentation
* Fix args documentation
* Fix replicas documentation
Co-Authored-By: hannseman <hannes@5monkeys.se>
* Add type to all documented options
* Add suboptions for mounts, secrets and configs
* Add suboptions to argument spec
* Remove redundant validation and casting
* Don’t default Spec.EndpointSpec.Mode to vip
* Use single quotes as string literal
* Catch ImportError explicitly
* Move init to top of class
* Align closing brackets
* Spelling
* Import LooseVersion
* Documentation fixes
* Documentation fix
* Documentation fixes
* Remove required: false and default=None
* Defaults for update_delay and update_parallelism
* Set correct key for default
* Handle empty idempotency
* Clearer image documentation
Co-Authored-By: hannseman <hannes@5monkeys.se>
* Clearer constraint documentation
Co-Authored-By: hannseman <hannes@5monkeys.se>
* Better documentation of corresponding service opts
2019-02-10 14:17:59 +00:00
Adam Miller
2721ed260e
Properly handle unauthenticated yum proxy config ( #51915 )
...
Fixes #51548
Signed-off-by: Adam Miller <admiller@redhat.com>
2019-02-09 01:17:22 -05:00
Sloane Hertel
bcefd61437
Allow default regions list to use flexible credential types ( #51451 )
2019-02-09 00:22:56 -05:00