Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fmgr_system_route no adom selection #48

Open
ozid opened this issue Jul 6, 2022 · 0 comments
Open

fmgr_system_route no adom selection #48

ozid opened this issue Jul 6, 2022 · 0 comments

Comments

@ozid
Copy link

ozid commented Jul 6, 2022

Hello,

What is the deal with: https://docs.ansible.com/ansible/latest/collections/fortinet/fortimanager/fmgr_system_route_module.html#examples

There is no way to specify the adom? I run on FMG with a FG and a multi-vdom

My config is simple

  • name: Routing table configuration
    fmgr_system_route:
    bypass_validation: True
    state: "{{ istate }}"
    system_route:
    device: "{{ device }}"
    dst: "{{ item.dst }}"
    gateway: "{{ gateway }}"
    seq_num: "{{ seq_num }}"
    with_items: "{{ route }}"

I'm expecting a "adom" parameters, how can this work?

    "request_url": "/cli/global/system/route",
    "response_code": -11,
    "response_data": [],
    "response_message": "No permission for the resource",

Did i miss something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant