mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Manage Fortios/Fortigate Address (#21542)
* New module fortios_address * Add module_utils required_if + fix Doc * Merge spec & required_if from module_utils * Fix pep8 * Py2.5 compat , cosmetic changes * Fix param timeout * Fortios_address module + integration tests * add netaddr library in requirements for integration tests * Pep8 problems * ANSIBLE_METADATA.version -> ANSIBLE_METADATA.metadata_version
This commit is contained in:
parent
1b7ac73c85
commit
753b26ccf9
9 changed files with 6848 additions and 0 deletions
3134
test/integration/targets/fortios_address/files/default_config.conf
Normal file
3134
test/integration/targets/fortios_address/files/default_config.conf
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,2 @@
|
|||
pyfg>=0.50
|
||||
netaddr
|
Loading…
Add table
Add a link
Reference in a new issue