getjack
9dbb551528
- Initial commit ( #51729 )
...
- Fix sanity checks
- Fixed documentation trailing whitespaces
6 years ago
Matt Martz
3c85ac1788
Promote include_tasks/role and import_tasks/role to stableinterface ( #51975 )
6 years ago
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
6 years ago
Fabian von Feilitzsch
e81b74d6c8
Properly parse boolean env values as boolean ( #51836 )
6 years ago
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
6 years ago
Felix Fontein
a279892fae
ufw: allow gre and igmp protocols ( #51166 )
...
* ufw: allow gre and igmp protocols.
* Add changelog.
6 years ago
Miguel Angel Muñoz González
95557077b6
Fortinet's FortiOS Extender Controller Extender ( #51891 )
6 years ago
Miguel Angel Muñoz González
06b725619b
Fortinet's FortiOS Firewall Auth ( #51892 )
6 years ago
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