Commit Graph

42943 Commits (c9fea2b74bb0c0c4b48129079abfc7c7737e9382)
 

Author SHA1 Message Date
Bill Dodd 3b20b186d7 remove non-standard GetManagerAttributes, SetManagerAttributes (#51898) 6 years ago
Miguel Angel Muñoz González 158ae76d65 Fortinet's FortiOS Firewall Central SNAT Map (#51929) 6 years ago
Miguel Angel Muñoz González b14008abb9 Fortinet's FortiOS Firewall DNStranslation (#51930) 6 years ago
Miguel Angel Muñoz González c7af56849f Fortinet's FortiOS Firewall DoSPolicy6 (#51931) 6 years ago
Miguel Angel Muñoz González a40ceb448e Fortinet's FortiOS Firewall DoSPolicy (#51932) 6 years ago
Miguel Angel Muñoz González de077e60f5 Fortinet's FortiOS Firewall Identity based Route (#51933) 6 years ago
Miguel Angel Muñoz González e7f4447092 Fortinet's FortiOS Firewall Interface Policy6 (#51935) 6 years ago
Miguel Angel Muñoz González 6f12e0d54e Fortinet's FortiOS Firewall Interface Policy (#51936) 6 years ago
Miguel Angel Muñoz González cb6c8a0d26 Fortinet's FortiOS Firewall Internet Service Custom (#51937) 6 years ago
Miguel Angel Muñoz González e0867459c7 Fortinet's FortiOS Firewall Internet Service (#51943) 6 years ago
Miguel Angel Muñoz González bbb1e9e335 Fortinet's FortiOS Firewall Internet Service Group (#51945) 6 years ago
Miguel Angel Muñoz González 29567c9fdc Fortinet's FortiOS Firewall IpMacBinding Setting (#51947) 6 years ago
Miguel Angel Muñoz González 4742a55f31 Fortinet's FortiOS Firewall IpMacBinding Table (#51948) 6 years ago
Miguel Angel Muñoz González e2f03df2b2 Fortinet's FortiOS Firewall IP translation (#51950) 6 years ago
Miguel Angel Muñoz González 6667604a3f Fortinet's FortiOS Firewall IPv6 EH Filter (#51954) 6 years ago
Miguel Angel Muñoz González ebacea2116 Fortinet's FortiOS Firewall Multicast Address (#51964) 6 years ago
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.
6 years ago
Miguel Angel Muñoz González 2aa500c9a4 Fortinet's FortiOS Firewall Multicast Policy6 (#51966) 6 years ago
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
6 years ago
Miguel Angel Muñoz González 708f0b07ba Fortinet's FortiOS Firewall LDB monitor (#51955) 6 years ago
Miguel Angel Muñoz González 5c04f7c256 Fortinet's FortiOS Firewall Local In Policy6 (#51957) 6 years ago
Miguel Angel Muñoz González 70e738cfec Fortinet's FortiOS Firewall Local In Policy (#51962) 6 years ago
Miguel Angel Muñoz González c9cea22854 Fortinet's FortiOS Firewall Multicast Address6 (#51963) 6 years ago
Miguel Angel Muñoz González 2016037fa5 Fortinet's FortiOS Firewall Multicast Policy (#51968) 6 years ago
Miguel Angel Muñoz González 30951d1db3 Fortinet's FortiOS Firewall Profile Group (#51969) 6 years ago
Miguel Angel Muñoz González 4219242aed Fortinet's FortiOS Firewall Profile Protocol Options (#51970) 6 years ago
Miguel Angel Muñoz González bfd4e2a591 Fortinet's FortiOS Firewall Proxy Address (#51974) 6 years ago
Miguel Angel Muñoz González da2eda41f7 Fortinet's FortiOS Firewall Proxy AddrGrp (#51982) 6 years ago
Miguel Angel Muñoz González 4262910e76 Fortinet's FortiOS Firewall Proxy Policy (#51983) 6 years ago
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.
6 years ago
Andrea Tartaglia 52d0d51f97 Added Shaps GH handle to team_crypto (#52020) 6 years ago
Yanis Guenane 339658dee2 BOTMETA: Fix Spredzy's case (#52019) 6 years ago
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
6 years ago
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
6 years ago
Andrii Radyk 07cff73719 Fix yaml indentation for from_yaml_all filter example (#51998) 6 years ago
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
6 years ago
Adam Miller 2721ed260e Properly handle unauthenticated yum proxy config (#51915)
Fixes #51548

Signed-off-by: Adam Miller <admiller@redhat.com>
6 years ago
Sloane Hertel bcefd61437 Allow default regions list to use flexible credential types (#51451) 6 years ago
Richard Diphoorn ad549e375a Changed 'Control Machine' to 'Control Node' (#51696)
* Changed 'Control Machine' to 'Control Node' in the documentation. Changing the term 'Control Machine' to 'Control Node', to be in line with the basic concepts here: https://docs.ansible.com/ansible/latest/network/getting_started/basic_concepts.html

Also for both entities; Control/Managed using the same common denominator 'Node' brings consistency.

* Updated reference links to new term.
6 years ago
RMuskovets eb54dab362 Update developing_rebasing.rst (#51650) 6 years ago
Nathaniel Case 7ad238b358
Document httpapi and cliconf plugins (#49503)
* Create new documentation pages for httpapi and cliconf

* Add new documentation to plugins toctree and Makefile

* Add DOCUMENTATION to cliconf

* Apply suggestions from code review
6 years ago
Geraint Jones d1b2ef9c5c ios_user: include filter works just as well. (#51845) 6 years ago
Ingo Meldau 1fdceac37e Update playbooks_delegation.rst (#51949)
Changed from 'comand' to 'command'
6 years ago
Felix Fontein 0c2bb3da04 docker modules: various adjustments (#51700)
* Move docker_ module_utils into subpackage.

* Remove docker_ prefix from module_utils.docker modules.

* Adding jurisdiction for module_utils/docker to $team_docker.

* Making docker* unit tests community supported.

* Linting.

* Python < 2.6 is not supported.

* Refactoring docker-py version comments. Moving them to doc fragments. Cleaning up some indentations.
6 years ago
Trishna Guha 88df4e22d3
Removes superfluous commands nxos_vlan (#51796)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
6 years ago
gyorgypeter 7fa5694975 VMware: Module for managing mirroring sessions. (#50338)
This module manages the mirroring sessions, and the necessary port settings.

* Correct Documentation and CS
* PEP8, YAML, Documentation Error Fix
* Added empty return statement

Co-Authored-By: gyorgypeter <32464524+gyorgypeter@users.noreply.github.com>
6 years ago
Abhijeet Kasurde 851d248096
VMware: do create VMDK for new VMs (#51753)
While creating new VM, don't assume the VMDKs are present,
create them as we attache the disk to VM.

Possible regression fix for introduced via #45953

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
6 years ago
Dag Wieers 6193875a58
Add more keywords to VMware (#51921) 6 years ago
Jadi bf40b8d118 Fixed wrong limit on 'Fetch all deployments' sample (#51897)
Fixes: #51675 

the sample for 'Fetch all deployments' is "{{ lookup('k8s', kind='Deployment', namespace='testing') }}" but it should be "{{ lookup('k8s', kind='Deployment') }}"
6 years ago
Toshio Kuratomi 0f130adf63 Change some file listings to try and figure out which rpm macro is undefined
One of the file path macros that we use in the rpm file list isn't being
defined on Fedora 29 in Jenkins which is causing it to fail to build
there.  Change the potential problems so that we can tell which file
entry is causing the failures on its next rebuild
6 years ago