-
**And some don't.**
Since we unvendored the lib, the `require` for `net/ssh/command_stream` (`Net::SSH::CommandStream`) was lost. Later modules that wanted to work had to `require` it manually. Mod…
-
Hello,
I've used `fortimgr_facts` to get configuration of FortiGate managed by FortiManager, however I get it in dictionary format of Ansible. Is it possible to get the output in the same format as…
-
Hello,
Wanted to know if it is possible to load multiple licenses to multiple fortigates using the fortigate_upload_license.yml playbook?
Say I have a folder of licenses and wanted to deploy the…
-
Hey!
Appreciate the modules so far, easy to work with.
However, I'm running into an issue with fortimgr_jsonrpc_request. I'm running ansible 2.6
I'm running a playbook with a var file.
pl…
-
Hi,
Thanks for the library. I've been using for some time now and it has been very handy. However, a script that audits FortiOS devices through the Fortimanager works OK up to version 5.4, where I …
-
Hello @jmcgill298 gerat work !
I have fresh fortimanager vm 5.2.9 and your modules are not working.
Many times, you use
```
if not session_login.json()["result"][0]["status"]["code"] == 0:
```
…
-
I don't really consider this an issue per se. We've got an environment where the FMG is set to workflow normal so I need to lock the ADOM before I do any updates. I know the URL and can use pyFMG to…
-
Hi!
fortimanager.lock_adom() calls `return self._request(data)`, but _requests is defined as
```
def _request(self, method, url, option=None, data=None, request_id=1,
verbose=F…
-
This happens when the default system proxy gets used with does not allow the request to the fortimanager, but returns an error message page. There should be an error handing. running on Fedora 27 with…
-
When the FortiManager does not support policy name feature, and the policy_name parameter is passed to the fortimgr_policy, the module fails on accessing `data` key in the json result from `get_iem_fr…