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:
Benjamin Jolivot 2017-08-01 19:17:12 +02:00 committed by Chris Alfonso
commit 753b26ccf9
9 changed files with 6848 additions and 0 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,2 @@
pyfg>=0.50
netaddr